#989206

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

Shades of Olive #989206

Tints of Olive #989206

Color information

#989206 (or 0x989206) is unknown color: approx Olive. HEX triplet: 98, 92 and 06. RGB value is (152,146,6). Sum of RGB (Red+Green+Blue) = 152+146+6=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #989206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989206 is #676DF9. Grayscale: #848484. Windows color (decimal): -6778362 or 430744. OLE color: 430744.

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

Color convert

RGB1521466-
CMYK00.040.960.40
HSL57.53º92.41%30.98%-
HSV(B)57.53º96.05%59.61%-
XYZ23.2627.254.21-
YUV131.8356.99142.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=50%
G=48.03%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152146600.040.960.4057.5392.4130.98
Hex989260460283a5c1f
Octal230222604140507213437
Binary100110001001001011001001100000101000111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989206; }

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

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

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

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

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

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

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

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