#988A08

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

Shades of Olive #988A08

Tints of Olive #988A08

Color information

#988A08 (or 0x988A08) is unknown color: approx Olive. HEX triplet: 98, 8A and 08. RGB value is (152,138,8). Sum of RGB (Red+Green+Blue) = 152+138+8=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #988A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A08 is #6775F7. Grayscale: #7F7F7F. Windows color (decimal): -6780408 or 559768. OLE color: 559768.

HSL color Cylindrical-coordinate representation of color #988A08: hue angle of 54.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #988A08 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB1521388-
CMYK00.090.950.40
HSL54.17º90%31.37%-
HSV(B)54.17º94.74%59.61%-
XYZ22.0824.873.87-
YUV127.3760.64145.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=51.01%
G=46.31%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152138800.090.950.4054.179031.37
Hex988A8095F28365a1f
Octal23021210011137506613237
Binary10011000100010101000010011011111101000110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,138,8); }

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

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

 a { background-color: rgb(152,138,8); }

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

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

 span { border-color: rgb(152,138,8); }

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