Html Css Color HEX #999211 Lucky

📋 copy color: '#999211'

red 153 ◦ green 146 ◦ blue 17

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

Shades of Lucky #999211

Tints of Lucky #999211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 48.42%
G = 46.2%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#999211 (or 0x999211) is known color: Lucky. HEX triplet: 99, 92 and 11. RGB value is (153,146,17). Sum of RGB (Red+Green+Blue) = 153+146+17=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #999211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999211 is #666DEE. Grayscale: #858585. Windows color (decimal): -6712815 or 1151641. OLE color: 1151641.

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

Color convert

RGB 153 146 17 -
CMYK 0 0.05 0.89 0.4
HSL 56.91º 0.8% 0.33% -
HSV(B) 56.91º 0.89% 0.6% -
XYZ 23.52 27.37 4.57 -
YUV 133.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 153 146 17 0 0.05 0.89 0.4 56.91 0.8 0.33
Hex 99 92 11 0 5 59 28 39 50 21
Octal 231 222 21 0 5 131 50 71 120 41
Binary 10011001 10010010 10001 0 101 1011001 101000 111001 1010000 100001

Color Harmonies of #999211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999211

Black with #999211

Text Example


Text Example

White with #999211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999211; }

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

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

background-color css

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

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

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

border-color css

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

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

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