#988104

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

Shades of Olive #988104

Tints of Olive #988104

Color information

#988104 (or 0x988104) is unknown color: approx Olive. HEX triplet: 98, 81 and 04. RGB value is (152,129,4). Sum of RGB (Red+Green+Blue) = 152+129+4=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #988104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988104 is #677EFB. Grayscale: #7A7A7A. Windows color (decimal): -6782716 or 295320. OLE color: 295320.

HSL color Cylindrical-coordinate representation of color #988104: hue angle of 50.68º 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 #988104 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1521294-
CMYK00.150.970.40
HSL50.68º94.87%30.59%-
HSV(B)50.68º97.37%59.61%-
XYZ20.8222.383.34-
YUV121.6361.62149.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=53.33%
G=45.26%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152129400.150.970.4050.6894.8730.59
Hex988140F6128335f1f
Octal2302014017141506313737
Binary1001100010000001100011111100001101000110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988104; }

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

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

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

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

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

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

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

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