Html Css Color HEX #999601 Olive

📋 copy color: '#999601'

red 153 ◦ green 150 ◦ blue 1

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

Shades of Olive #999601

Tints of Olive #999601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 50.33%
G = 49.34%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#999601 (or 0x999601) is known color: Olive. HEX triplet: 99, 96 and 01. RGB value is (153,150,1). Sum of RGB (Red+Green+Blue) = 153+150+1=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #999601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999601 is #6669FE. Grayscale: #868686. Windows color (decimal): -6711807 or 104089. OLE color: 104089.

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

Color convert

RGB 153 150 1 -
CMYK 0 0.02 0.99 0.4
HSL 58.82º 0.99% 0.3% -
HSV(B) 58.82º 0.99% 0.6% -
XYZ 24.05 28.59 4.28 -
YUV 133.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 153 150 1 0 0.02 0.99 0.4 58.82 0.99 0.3
Hex 99 96 1 0 2 63 28 3B 63 1E
Octal 231 226 1 0 2 143 50 73 143 36
Binary 10011001 10010110 1 0 10 1100011 101000 111011 1100011 11110

Color Harmonies of #999601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999601

Black with #999601

Text Example


Text Example

White with #999601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999601; }

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

 H1.HeaderClassName
 {
   color: #999601;
 }
 .AnyTagClassName
 {
   color: #999601;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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