#988C05

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

Shades of Olive #988C05

Tints of Olive #988C05

Color information

#988C05 (or 0x988C05) is unknown color: approx Olive. HEX triplet: 98, 8C and 05. RGB value is (152,140,5). Sum of RGB (Red+Green+Blue) = 152+140+5=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #988C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C05 is #6773FA. Grayscale: #808080. Windows color (decimal): -6779899 or 363672. OLE color: 363672.

HSL color Cylindrical-coordinate representation of color #988C05: hue angle of 55.1º 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 #988C05 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1521405-
CMYK00.080.970.40
HSL55.1º93.63%30.78%-
HSV(B)55.1º96.71%59.61%-
XYZ22.3525.443.88-
YUV128.258.48144.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=51.18%
G=47.14%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152140500.080.970.4055.193.6330.78
Hex988C5086128375e1f
Octal2302145010141506713637
Binary1001100010001100101010001100001101000110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988C05; }

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

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

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

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

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

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

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

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