#889802

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

Shades of Olive #889802

Tints of Olive #889802

Color information

#889802 (or 0x889802) is unknown color: approx Olive. HEX triplet: 88, 98 and 02. RGB value is (136,152,2). Sum of RGB (Red+Green+Blue) = 136+152+2=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #889802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889802 is #7767FD. Grayscale: #828282. Windows color (decimal): -7825406 or 170120. OLE color: 170120.

HSL color Cylindrical-coordinate representation of color #889802: hue angle of 66.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889802 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1361522-
CMYK0.1100.990.40
HSL66.4º97.4%30.2%-
HSV(B)66.4º98.68%59.61%-
XYZ21.3927.74.28-
YUV130.1255.7132.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=46.90%
G=52.41%
B=0.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13615220.1100.990.4066.497.430.2
Hex88982B0632842611e
Octal21023021301435010214136
Binary1000100010011000101011011000111010001000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889802; }

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

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

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

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

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

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

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

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