Html Css Color HEX #999401 Olive

📋 copy color: '#999401'

red 153 ◦ green 148 ◦ blue 1

#999401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #999401

Tints of Olive #999401

RGB

 RED value IS 153 (60.16% from 255) = 50.66%

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#999401 (or 0x999401) is known color: 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

RGB 153 148 1 -
CMYK 0 0.03 0.99 0.4
HSL 58.03º 0.99% 0.3% -
HSV(B) 58.03º 0.99% 0.6% -
XYZ 23.73 27.95 4.17 -
YUV 132.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 153 148 1 0 0.03 0.99 0.4 58.03 0.99 0.3
Hex 99 94 1 0 3 63 28 3A 63 1E
Octal 231 224 1 0 3 143 50 72 143 36
Binary 10011001 10010100 1 0 11 1100011 101000 111010 1100011 11110

Color Harmonies of #999401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999401

Black with #999401

Text Example


Text Example

White with #999401

Text Example


Text Example

HTML Codes & Css Web 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>