Html Css Color HEX #089432 Pigment Green

📋 copy color: '#089432'

red 8 ◦ green 148 ◦ blue 50

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

Shades of Pigment Green #089432

Tints of Pigment Green #089432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.84%

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

R = 3.88%
G = 71.84%
B = 24.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#089432 (or 0x089432) is known color: Pigment Green. HEX triplet: 08, 94 and 32. RGB value is (8,148,50). Sum of RGB (Red+Green+Blue) = 8+148+50=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #089432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089432 is #F76BCD. Grayscale: #5F5F5F. Windows color (decimal): -16214990 or 3314696. OLE color: 3314696.

HSL color Cylindrical-coordinate representation of color #089432: hue angle of 138º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089432 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 148 50 -
CMYK 0.95 0 0.66 0.42
HSL 138º 0.9% 0.31% -
HSV(B) 138º 0.95% 0.58% -
XYZ 11.27 21.46 6.57 -
YUV 94.97 102.62 65.97 -
System Red Green Blue C M Y K H S L
Decimal 8 148 50 0.95 0 0.66 0.42 138 0.9 0.31
Hex 8 94 32 5F 0 42 2A 8A 5A 1F
Octal 10 224 62 137 0 102 52 212 132 37
Binary 1000 10010100 110010 1011111 0 1000010 101010 10001010 1011010 11111

Color Harmonies of #089432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089432

Black with #089432

Text Example


Text Example

White with #089432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089432; }

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

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

background-color css

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

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

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

border-color css

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

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

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