#988E02

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

Shades of Olive #988E02

Tints of Olive #988E02

Color information

#988E02 (or 0x988E02) is unknown color: approx Olive. HEX triplet: 98, 8E and 02. RGB value is (152,142,2). Sum of RGB (Red+Green+Blue) = 152+142+2=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #988E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E02 is #6771FD. Grayscale: #818181. Windows color (decimal): -6779390 or 167576. OLE color: 167576.

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

Color convert

RGB1521422-
CMYK00.070.990.40
HSL56º97.4%30.2%-
HSV(B)56º98.68%59.61%-
XYZ22.6326.033.89-
YUV129.0356.31144.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=51.35%
G=47.97%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152142200.070.990.405697.430.2
Hex988E207632838611e
Octal230216207143507014136
Binary10011000100011101001111100011101000111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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