#988A03

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

Shades of Olive #988A03

Tints of Olive #988A03

Color information

#988A03 (or 0x988A03) is unknown color: approx Olive. HEX triplet: 98, 8A and 03. RGB value is (152,138,3). Sum of RGB (Red+Green+Blue) = 152+138+3=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #988A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A03 is #6775FC. Grayscale: #7F7F7F. Windows color (decimal): -6780413 or 232088. OLE color: 232088.

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

Color convert

RGB1521383-
CMYK00.090.980.40
HSL54.36º96.13%30.39%-
HSV(B)54.36º98.03%59.61%-
XYZ22.0524.863.72-
YUV126.858.14145.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=51.88%
G=47.10%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152138300.090.980.4054.3696.1330.39
Hex988A309622836601e
Octal2302123011142506614036
Binary100110001000101011010011100010101000110110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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