#999210

Color #999210 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #999210

Tints of Lucky #999210

Color information

#999210 (or 0x999210) is unknown color: approx 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

RGB15314616-
CMYK00.050.900.4
HSL56.93º81.07%33.14%-
HSV(B)56.93º89.54%60%-
XYZ23.5127.374.53-
YUV133.2761.82142.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531461600.050.900.456.9381.0733.14
Hex999210055A28395121
Octal2312222005132507112141
Binary100110011001001010000010110110101010001110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>