Html Css Color HEX #999200 Olive

📋 copy color: '#999200'

red 153 ◦ green 146 ◦ blue 0

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

Shades of Olive #999200

Tints of Olive #999200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.83%

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

R = 51.17%
G = 48.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#999200 (or 0x999200) is known color: Olive. HEX triplet: 99, 92 and 00. RGB value is (153,146,0). Sum of RGB (Red+Green+Blue) = 153+146+0=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #999200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999200 is #666DFF. Grayscale: #848484. Windows color (decimal): -6712832 or 37529. OLE color: 37529.

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

Color convert

RGB 153 146 0 -
CMYK 0 0.05 1 0.4
HSL 57.25º 1% 0.3% -
HSV(B) 57.25º 1% 0.6% -
XYZ 23.42 27.33 4.04 -
YUV 131.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 153 146 0 0 0.05 1 0.4 57.25 1 0.3
Hex 99 92 0 0 5 64 28 39 64 1E
Octal 231 222 0 0 5 144 50 71 144 36
Binary 10011001 10010010 0 0 101 1100100 101000 111001 1100100 11110

Color Harmonies of #999200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999200

Black with #999200

Text Example


Text Example

White with #999200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999200; }

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

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

background-color css

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

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

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

border-color css

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

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

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