#089552

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

Shades of Pigment Green #089552

Tints of Pigment Green #089552

Color information

#089552 (or 0x089552) is unknown color: approx 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

RGB814982-
CMYK0.9500.450.42
HSL151.49º89.81%30.78%-
HSV(B)151.49º94.63%58.43%-
XYZ12.3722.1611.61-
YUV99.2118.2962.95-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8149820.9500.450.42151.4989.8130.78
Hex895525F02D2A975a1f
Octal102251221370555222713237
Binary10001001010110100101011111010110110101010010111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>