#988809

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

Shades of Olive #988809

Tints of Olive #988809

Color information

#988809 (or 0x988809) is unknown color: approx Olive. HEX triplet: 98, 88 and 09. RGB value is (152,136,9). Sum of RGB (Red+Green+Blue) = 152+136+9=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #988809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988809 is #6777F6. Grayscale: #7E7E7E. Windows color (decimal): -6780919 or 624792. OLE color: 624792.

HSL color Cylindrical-coordinate representation of color #988809: hue angle of 53.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #988809 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB1521369-
CMYK00.110.940.40
HSL53.29º88.82%31.57%-
HSV(B)53.29º94.08%59.61%-
XYZ21.824.33.8-
YUV126.3161.8146.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=51.18%
G=45.79%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152136900.110.940.4053.2988.8231.57
Hex988890B5E28355920
Octal23021011013136506513140
Binary100110001000100010010101110111101010001101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988809; }

 p { color: rgb(152,136,9); }

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

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

 a { background-color: rgb(152,136,9); }

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

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

 span { border-color: rgb(152,136,9); }

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