#989202

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

Shades of Olive #989202

Tints of Olive #989202

Color information

#989202 (or 0x989202) is unknown color: approx Olive. HEX triplet: 98, 92 and 02. RGB value is (152,146,2). Sum of RGB (Red+Green+Blue) = 152+146+2=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #989202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989202 is #676DFD. Grayscale: #838383. Windows color (decimal): -6778366 or 168600. OLE color: 168600.

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

Color convert

RGB1521462-
CMYK00.040.990.40
HSL57.6º97.4%30.2%-
HSV(B)57.6º98.68%59.61%-
XYZ23.2427.244.09-
YUV131.3854.99142.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50.67%
G=48.67%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152146200.040.990.4057.697.430.2
Hex989220463283a611e
Octal230222204143507214136
Binary10011000100100101001001100011101000111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989202; }

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

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

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

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

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

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

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

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