#899802

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

Shades of Olive #899802

Tints of Olive #899802

Color information

#899802 (or 0x899802) is unknown color: approx Olive. HEX triplet: 89, 98 and 02. RGB value is (137,152,2). Sum of RGB (Red+Green+Blue) = 137+152+2=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #899802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899802 is #7667FD. Grayscale: #838383. Windows color (decimal): -7759870 or 170121. OLE color: 170121.

HSL color Cylindrical-coordinate representation of color #899802: hue angle of 66º 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 #899802 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1371522-
CMYK0.1000.990.40
HSL66º97.4%30.2%-
HSV(B)66º98.68%59.61%-
XYZ21.5627.784.28-
YUV130.4255.53132.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=47.08%
G=52.23%
B=0.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13715220.1000.990.406697.430.2
Hex89982A0632842611e
Octal21123021201435010214136
Binary1000100110011000101010011000111010001000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899802; }

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

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

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

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

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

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

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

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