#889002

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

Shades of Olive #889002

Tints of Olive #889002

Color information

#889002 (or 0x889002) is unknown color: approx Olive. HEX triplet: 88, 90 and 02. RGB value is (136,144,2). Sum of RGB (Red+Green+Blue) = 136+144+2=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #889002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889002 is #776FFD. Grayscale: #7D7D7D. Windows color (decimal): -7827454 or 168072. OLE color: 168072.

HSL color Cylindrical-coordinate representation of color #889002: hue angle of 63.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889002 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1361442-
CMYK0.0600.990.44
HSL63.38º97.26%28.63%-
HSV(B)63.38º98.61%56.47%-
XYZ20.1425.193.86-
YUV125.4258.35135.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=48.23%
G=51.06%
B=0.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13614420.0600.990.4463.3897.2628.63
Hex8890260632C3f611d
Octal210220260143547714135
Binary10001000100100001011001100011101100111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889002; }

 p { color: rgb(136,144,2); }

 H1.HeaderClassName
 {
   color: #889002;
 }
 .AnyTagClassName
 {
   color: #889002;
 }
</style>
background-color css

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

 a { background-color: rgb(136,144,2); }

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

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

 span { border-color: rgb(136,144,2); }

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