Html Css Color HEX #999300 Olive

📋 copy color: '#999300'

red 153 ◦ green 147 ◦ blue 0

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

Shades of Olive #999300

Tints of Olive #999300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51%
G = 49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#999300 (or 0x999300) is known color: Olive. HEX triplet: 99, 93 and 00. RGB value is (153,147,0). Sum of RGB (Red+Green+Blue) = 153+147+0=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #999300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999300 is #666CFF. Grayscale: #848484. Windows color (decimal): -6712576 or 37785. OLE color: 37785.

HSL color Cylindrical-coordinate representation of color #999300: hue angle of 57.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #999300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 147 0 -
CMYK 0 0.04 1 0.4
HSL 57.65º 1% 0.3% -
HSV(B) 57.65º 1% 0.6% -
XYZ 23.57 27.64 4.09 -
YUV 132.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 153 147 0 0 0.04 1 0.4 57.65 1 0.3
Hex 99 93 0 0 4 64 28 3A 64 1E
Octal 231 223 0 0 4 144 50 72 144 36
Binary 10011001 10010011 0 0 100 1100100 101000 111010 1100100 11110

Color Harmonies of #999300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999300

Black with #999300

Text Example


Text Example

White with #999300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999300; }

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

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

background-color css

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

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

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

border-color css

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

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

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