Html Css Color HEX #999301 Olive

📋 copy color: '#999301'

red 153 ◦ green 147 ◦ blue 1

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

Shades of Olive #999301

Tints of Olive #999301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 50.83%
G = 48.84%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#999301 (or 0x999301) is known color: Olive. HEX triplet: 99, 93 and 01. RGB value is (153,147,1). Sum of RGB (Red+Green+Blue) = 153+147+1=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #999301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999301 is #666CFE. Grayscale: #848484. Windows color (decimal): -6712575 or 103321. OLE color: 103321.

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

Color convert

RGB 153 147 1 -
CMYK 0 0.04 0.99 0.4
HSL 57.63º 0.99% 0.3% -
HSV(B) 57.63º 0.99% 0.6% -
XYZ 23.58 27.64 4.12 -
YUV 132.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 153 147 1 0 0.04 0.99 0.4 57.63 0.99 0.3
Hex 99 93 1 0 4 63 28 3A 63 1E
Octal 231 223 1 0 4 143 50 72 143 36
Binary 10011001 10010011 1 0 100 1100011 101000 111010 1100011 11110

Color Harmonies of #999301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999301

Black with #999301

Text Example


Text Example

White with #999301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999301; }

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

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

background-color css

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

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

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

border-color css

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

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

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