#988D02

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

Shades of Olive #988D02

Tints of Olive #988D02

Color information

#988D02 (or 0x988D02) is unknown color: approx Olive. HEX triplet: 98, 8D and 02. RGB value is (152,141,2). Sum of RGB (Red+Green+Blue) = 152+141+2=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #988D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988D02 is #6772FD. Grayscale: #818181. Windows color (decimal): -6779646 or 167320. OLE color: 167320.

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

Color convert

RGB1521412-
CMYK00.070.990.40
HSL55.6º97.4%30.2%-
HSV(B)55.6º98.68%59.61%-
XYZ22.4825.733.84-
YUV128.4456.64144.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=51.53%
G=47.80%
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
Decimal152141200.070.990.4055.697.430.2
Hex988D207632838611e
Octal230215207143507014136
Binary10011000100011011001111100011101000111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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