#988304

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

Shades of Olive #988304

Tints of Olive #988304

Color information

#988304 (or 0x988304) is unknown color: approx Olive. HEX triplet: 98, 83 and 04. RGB value is (152,131,4). Sum of RGB (Red+Green+Blue) = 152+131+4=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #988304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988304 is #677CFB. Grayscale: #7B7B7B. Windows color (decimal): -6782204 or 295832. OLE color: 295832.

HSL color Cylindrical-coordinate representation of color #988304: hue angle of 51.49º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #988304 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1521314-
CMYK00.140.970.40
HSL51.49º94.87%30.59%-
HSV(B)51.49º97.37%59.61%-
XYZ21.0922.923.43-
YUV122.860.96148.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=52.96%
G=45.64%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152131400.140.970.4051.4994.8730.59
Hex988340E6128335f1f
Octal2302034016141506313737
Binary1001100010000011100011101100001101000110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988304; }

 p { color: rgb(152,131,4); }

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

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

 a { background-color: rgb(152,131,4); }

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

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

 span { border-color: rgb(152,131,4); }

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