#988B05

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

Shades of Olive #988B05

Tints of Olive #988B05

Color information

#988B05 (or 0x988B05) is unknown color: approx Olive. HEX triplet: 98, 8B and 05. RGB value is (152,139,5). Sum of RGB (Red+Green+Blue) = 152+139+5=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #988B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B05 is #6774FA. Grayscale: #808080. Windows color (decimal): -6780155 or 363416. OLE color: 363416.

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

Color convert

RGB1521395-
CMYK00.090.970.40
HSL54.69º93.63%30.78%-
HSV(B)54.69º96.71%59.61%-
XYZ22.2125.153.83-
YUV127.6158.81145.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=51.35%
G=46.96%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152139500.090.970.4054.6993.6330.78
Hex988B5096128375e1f
Octal2302135011141506713637
Binary1001100010001011101010011100001101000110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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