Html Css Color HEX #999210 Lucky

📋 copy color: '#999210'

red 153 ◦ green 146 ◦ blue 16

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

Shades of Lucky #999210

Tints of Lucky #999210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 48.57%
G = 46.35%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#999210 (or 0x999210) is known color: Lucky. HEX triplet: 99, 92 and 10. RGB value is (153,146,16). Sum of RGB (Red+Green+Blue) = 153+146+16=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #999210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999210 is #666DEF. Grayscale: #858585. Windows color (decimal): -6712816 or 1086105. OLE color: 1086105.

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

Color convert

RGB 153 146 16 -
CMYK 0 0.05 0.90 0.4
HSL 56.93º 0.81% 0.33% -
HSV(B) 56.93º 0.9% 0.6% -
XYZ 23.51 27.37 4.53 -
YUV 133.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 153 146 16 0 0.05 0.90 0.4 56.93 0.81 0.33
Hex 99 92 10 0 5 5A 28 39 51 21
Octal 231 222 20 0 5 132 50 71 121 41
Binary 10011001 10010010 10000 0 101 1011010 101000 111001 1010001 100001

Color Harmonies of #999210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999210

Black with #999210

Text Example


Text Example

White with #999210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999210; }

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

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

background-color css

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

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

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

border-color css

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

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

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