#988401

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

Shades of Olive #988401

Tints of Olive #988401

Color information

#988401 (or 0x988401) is unknown color: approx Olive. HEX triplet: 98, 84 and 01. RGB value is (152,132,1). Sum of RGB (Red+Green+Blue) = 152+132+1=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #988401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988401 is #677BFE. Grayscale: #7B7B7B. Windows color (decimal): -6781951 or 99480. OLE color: 99480.

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

Color convert

RGB1521321-
CMYK00.130.990.40
HSL52.05º98.69%30%-
HSV(B)52.05º99.34%59.61%-
XYZ21.2123.183.39-
YUV123.0559.13148.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=53.33%
G=46.32%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152132100.130.990.4052.0598.6930
Hex988410D632834631e
Octal2302041015143506414336
Binary10011000100001001011011100011101000110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988401; }

 p { color: rgb(152,132,1); }

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

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

 a { background-color: rgb(152,132,1); }

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

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

 span { border-color: rgb(152,132,1); }

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