#899205

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

Shades of Olive #899205

Tints of Olive #899205

Color information

#899205 (or 0x899205) is unknown color: approx Olive. HEX triplet: 89, 92 and 05. RGB value is (137,146,5). Sum of RGB (Red+Green+Blue) = 137+146+5=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #899205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899205 is #766DFA. Grayscale: #7F7F7F. Windows color (decimal): -7761403 or 365193. OLE color: 365193.

HSL color Cylindrical-coordinate representation of color #899205: hue angle of 63.83º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #899205 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1371465-
CMYK0.0600.970.43
HSL63.83º93.38%29.61%-
HSV(B)63.83º96.58%57.25%-
XYZ20.6225.894.05-
YUV127.2359.02134.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=47.57%
G=50.69%
B=1.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13714650.0600.970.4363.8393.3829.61
Hex8992560612B405d1e
Octal2112225601415310013536
Binary1000100110010010101110011000011010111000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899205; }

 p { color: rgb(137,146,5); }

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

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

 a { background-color: rgb(137,146,5); }

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

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

 span { border-color: rgb(137,146,5); }

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