#999401

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

Shades of Olive #999401

Tints of Olive #999401

Color information

#999401 (or 0x999401) is unknown color: approx Olive. HEX triplet: 99, 94 and 01. RGB value is (153,148,1). Sum of RGB (Red+Green+Blue) = 153+148+1=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #999401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999401 is #666BFE. Grayscale: #858585. Windows color (decimal): -6712319 or 103577. OLE color: 103577.

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

Color convert

RGB1531481-
CMYK00.030.990.4
HSL58.03º98.7%30.2%-
HSV(B)58.03º99.35%60%-
XYZ23.7327.954.17-
YUV132.7453.66142.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=50.66%
G=49.01%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153148100.030.990.458.0398.730.2
Hex999410363283a631e
Octal231224103143507214336
Binary100110011001010010111100011101000111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999401; }

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

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

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

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

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

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

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

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