#988003

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

Shades of Olive #988003

Tints of Olive #988003

Color information

#988003 (or 0x988003) is unknown color: approx Olive. HEX triplet: 98, 80 and 03. RGB value is (152,128,3). Sum of RGB (Red+Green+Blue) = 152+128+3=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #988003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988003 is #677FFC. Grayscale: #797979. Windows color (decimal): -6782973 or 229528. OLE color: 229528.

HSL color Cylindrical-coordinate representation of color #988003: hue angle of 50.34º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #988003 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB1521283-
CMYK00.160.980.40
HSL50.34º96.13%30.39%-
HSV(B)50.34º98.03%59.61%-
XYZ20.6822.123.27-
YUV120.9361.45150.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=53.71%
G=45.23%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152128300.160.980.4050.3496.1330.39
Hex98803010622832601e
Octal2302003020142506214036
Binary1001100010000000110100001100010101000110010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988003; }

 p { color: rgb(152,128,3); }

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

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

 a { background-color: rgb(152,128,3); }

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

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

 span { border-color: rgb(152,128,3); }

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