#988202

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

Shades of Olive #988202

Tints of Olive #988202

Color information

#988202 (or 0x988202) is unknown color: approx Olive. HEX triplet: 98, 82 and 02. RGB value is (152,130,2). Sum of RGB (Red+Green+Blue) = 152+130+2=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #988202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988202 is #677DFD. Grayscale: #7A7A7A. Windows color (decimal): -6782462 or 164504. OLE color: 164504.

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

Color convert

RGB1521302-
CMYK00.140.990.40
HSL51.2º97.4%30.2%-
HSV(B)51.2º98.68%59.61%-
XYZ20.9422.653.32-
YUV121.9960.29149.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=53.52%
G=45.77%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152130200.140.990.4051.297.430.2
Hex988220E632833611e
Octal2302022016143506314136
Binary100110001000001010011101100011101000110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988202; }

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

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

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

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

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

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

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

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