Html Css Color HEX #089232 Pigment Green

📋 copy color: '#089232'

red 8 ◦ green 146 ◦ blue 50

#089232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #089232

Tints of Pigment Green #089232

RGB

 RED value IS 8 (3.52% from 255) = 3.92%

 GREEN value IS 146 (57.42% from 255) = 71.57%

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 3.92%
G = 71.57%
B = 24.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#089232 (or 0x089232) is known color: Pigment Green. HEX triplet: 08, 92 and 32. RGB value is (8,146,50). Sum of RGB (Red+Green+Blue) = 8+146+50=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #089232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089232 is #F76DCD. Grayscale: #5E5E5E. Windows color (decimal): -16215502 or 3314184. OLE color: 3314184.

HSL color Cylindrical-coordinate representation of color #089232: hue angle of 138.26º 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 #089232 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 50 -
CMYK 0.95 0 0.66 0.43
HSL 138.26º 0.9% 0.3% -
HSV(B) 138.26º 0.95% 0.57% -
XYZ 10.95 20.84 6.46 -
YUV 93.79 103.28 66.81 -
System Red Green Blue C M Y K H S L
Decimal 8 146 50 0.95 0 0.66 0.43 138.26 0.9 0.3
Hex 8 92 32 5F 0 42 2B 8A 5A 1E
Octal 10 222 62 137 0 102 53 212 132 36
Binary 1000 10010010 110010 1011111 0 1000010 101011 10001010 1011010 11110

Color Harmonies of #089232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089232

Black with #089232

Text Example


Text Example

White with #089232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089232; }

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

 H1.HeaderClassName
 {
   color: #089232;
 }
 .AnyTagClassName
 {
   color: #089232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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