#089234

Color #089234 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #089234

Tints of Pigment Green #089234

Color information

#089234 (or 0x089234) is unknown color: approx Pigment Green. HEX triplet: 08, 92 and 34. RGB value is (8,146,52). Sum of RGB (Red+Green+Blue) = 8+146+52=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 146 (57.42% from 255 or 70.87% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 146 - color contains mainly: green. Hex color #089234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089234 is #F76DCB. Grayscale: #5E5E5E. Windows color (decimal): -16215500 or 3445256. OLE color: 3445256.

HSL color Cylindrical-coordinate representation of color #089234: hue angle of 139.13º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089234 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB814652-
CMYK0.9500.640.43
HSL139.13º89.61%30.2%-
HSV(B)139.13º94.52%57.25%-
XYZ1120.866.69-
YUV94.02104.2866.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 146 (57.42% from 255) = 70.87%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=3.88%
G=70.87%
B=25.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8146520.9500.640.43139.1389.6130.2
Hex892345F0402B8b5a1e
Octal102226413701005321313236
Binary10001001001011010010111110100000010101110001011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089234; }

 p { color: rgb(8,146,52); }

 H1.HeaderClassName
 {
   color: #089234;
 }
 .AnyTagClassName
 {
   color: #089234;
 }
</style>
background-color css

<style>
 a { background-color: #089234; }

 a { background-color: rgb(8,146,52); }

 div.DivClassName
 {
   background-color: #089234;
 }
 .BgClassName
 {
   background-color: #089234;
 }
</style>
border-color css

<style>
 span { border-color: #089234; }

 span { border-color: rgb(8,146,52); }

 td.TdClassName
 {
   border-color: #089234;
 }
 .TagClassName
 {
   border-color: #089234;
 }
</style>