#998001

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

Shades of Olive #998001

Tints of Olive #998001

Color information

#998001 (or 0x998001) is unknown color: approx Olive. HEX triplet: 99, 80 and 01. RGB value is (153,128,1). Sum of RGB (Red+Green+Blue) = 153+128+1=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #998001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998001 is #667FFE. Grayscale: #797979. Windows color (decimal): -6717439 or 98457. OLE color: 98457.

HSL color Cylindrical-coordinate representation of color #998001: hue angle of 50.13º 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 #998001 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB1531281-
CMYK00.160.990.4
HSL50.13º98.7%30.2%-
HSV(B)50.13º99.35%60%-
XYZ20.8622.213.22-
YUV12160.28150.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=54.26%
G=45.39%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153128100.160.990.450.1398.730.2
Hex99801010632832631e
Octal2312001020143506214336
Binary100110011000000010100001100011101000110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998001; }

 p { color: rgb(153,128,1); }

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

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

 a { background-color: rgb(153,128,1); }

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

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

 span { border-color: rgb(153,128,1); }

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