#989205

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

Shades of Olive #989205

Tints of Olive #989205

Color information

#989205 (or 0x989205) is unknown color: approx Olive. HEX triplet: 98, 92 and 05. RGB value is (152,146,5). Sum of RGB (Red+Green+Blue) = 152+146+5=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #989205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989205 is #676DFA. Grayscale: #848484. Windows color (decimal): -6778363 or 365208. OLE color: 365208.

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

Color convert

RGB1521465-
CMYK00.040.970.40
HSL57.55º93.63%30.78%-
HSV(B)57.55º96.71%59.61%-
XYZ23.2627.244.18-
YUV131.7256.49142.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=50.17%
G=48.18%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152146500.040.970.4057.5593.6330.78
Hex989250461283a5e1f
Octal230222504141507213637
Binary100110001001001010101001100001101000111010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989205; }

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

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

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

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

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

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

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

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