#988E08

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

Shades of Olive #988E08

Tints of Olive #988E08

Color information

#988E08 (or 0x988E08) is unknown color: approx Olive. HEX triplet: 98, 8E and 08. RGB value is (152,142,8). Sum of RGB (Red+Green+Blue) = 152+142+8=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E08 is #6771F7. Grayscale: #828282. Windows color (decimal): -6779384 or 560792. OLE color: 560792.

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

Color convert

RGB1521428-
CMYK00.070.950.40
HSL55.83º90%31.37%-
HSV(B)55.83º94.74%59.61%-
XYZ22.6726.044.06-
YUV129.7159.31143.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 8 (3.52% from 255) = 2.65%
R=50.33%
G=47.02%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152142800.070.950.4055.839031.37
Hex988E8075F28385a1f
Octal2302161007137507013237
Binary1001100010001110100001111011111101000111000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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