Html Css Color HEX #089552 Pigment Green

📋 copy color: '#089552'

red 8 ◦ green 149 ◦ blue 82

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

Shades of Pigment Green #089552

Tints of Pigment Green #089552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.34%

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 3.35%
G = 62.34%
B = 34.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#089552 (or 0x089552) is known color: Pigment Green. HEX triplet: 08, 95 and 52. RGB value is (8,149,82). Sum of RGB (Red+Green+Blue) = 8+149+82=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #089552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089552 is #F76AAD. Grayscale: #636363. Windows color (decimal): -16214702 or 5412104. OLE color: 5412104.

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

Color convert

RGB 8 149 82 -
CMYK 0.95 0 0.45 0.42
HSL 151.49º 0.9% 0.31% -
HSV(B) 151.49º 0.95% 0.58% -
XYZ 12.37 22.16 11.61 -
YUV 99.2 118.29 62.95 -
System Red Green Blue C M Y K H S L
Decimal 8 149 82 0.95 0 0.45 0.42 151.49 0.9 0.31
Hex 8 95 52 5F 0 2D 2A 97 5A 1F
Octal 10 225 122 137 0 55 52 227 132 37
Binary 1000 10010101 1010010 1011111 0 101101 101010 10010111 1011010 11111

Color Harmonies of #089552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089552

Black with #089552

Text Example


Text Example

White with #089552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089552; }

 p { color: rgb(8,149,82); }

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

background-color css

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

 a { background-color: rgb(8,149,82); }

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

border-color css

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

 span { border-color: rgb(8,149,82); }

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