Html Css Color HEX #089B32 Pigment Green

📋 copy color: '#089B32'

red 8 ◦ green 155 ◦ blue 50

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

Shades of Pigment Green #089B32

Tints of Pigment Green #089B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 72.77%

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

R = 3.76%
G = 72.77%
B = 23.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#089B32 (or 0x089B32) is known color: Pigment Green. HEX triplet: 08, 9B and 32. RGB value is (8,155,50). Sum of RGB (Red+Green+Blue) = 8+155+50=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 155 (60.94% from 255 or 72.77% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 155 - color contains mainly: green. Hex color #089B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089B32 is #F764CD. Grayscale: #636363. Windows color (decimal): -16213198 or 3316488. OLE color: 3316488.

HSL color Cylindrical-coordinate representation of color #089B32: hue angle of 137.14º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B32 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 155 50 -
CMYK 0.95 0 0.68 0.39
HSL 137.14º 0.9% 0.32% -
HSV(B) 137.14º 0.95% 0.61% -
XYZ 12.4 23.72 6.94 -
YUV 99.08 100.3 63.04 -
System Red Green Blue C M Y K H S L
Decimal 8 155 50 0.95 0 0.68 0.39 137.14 0.9 0.32
Hex 8 9B 32 5F 0 44 27 89 5A 20
Octal 10 233 62 137 0 104 47 211 132 40
Binary 1000 10011011 110010 1011111 0 1000100 100111 10001001 1011010 100000

Color Harmonies of #089B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B32

Black with #089B32

Text Example


Text Example

White with #089B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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