Html Css Color HEX #999204 Olive

📋 copy color: '#999204'

red 153 ◦ green 146 ◦ blue 4

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

Shades of Olive #999204

Tints of Olive #999204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 50.5%
G = 48.18%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#999204 (or 0x999204) is known color: Olive. HEX triplet: 99, 92 and 04. RGB value is (153,146,4). Sum of RGB (Red+Green+Blue) = 153+146+4=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #999204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999204 is #666DFB. Grayscale: #848484. Windows color (decimal): -6712828 or 299673. OLE color: 299673.

HSL color Cylindrical-coordinate representation of color #999204: hue angle of 57.18º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #999204 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 4 -
CMYK 0 0.05 0.97 0.4
HSL 57.18º 0.95% 0.31% -
HSV(B) 57.18º 0.97% 0.6% -
XYZ 23.44 27.34 4.16 -
YUV 131.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 153 146 4 0 0.05 0.97 0.4 57.18 0.95 0.31
Hex 99 92 4 0 5 61 28 39 5F 1F
Octal 231 222 4 0 5 141 50 71 137 37
Binary 10011001 10010010 100 0 101 1100001 101000 111001 1011111 11111

Color Harmonies of #999204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999204

Black with #999204

Text Example


Text Example

White with #999204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999204; }

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

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

background-color css

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

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

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

border-color css

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

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

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