#999215

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

Shades of Lucky #999215

Tints of Lucky #999215

Color information

#999215 (or 0x999215) is unknown color: approx Lucky. HEX triplet: 99, 92 and 15. RGB value is (153,146,21). Sum of RGB (Red+Green+Blue) = 153+146+21=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #999215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999215 is #666DEA. Grayscale: #868686. Windows color (decimal): -6712811 or 1413785. OLE color: 1413785.

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

Color convert

RGB15314621-
CMYK00.050.860.4
HSL56.82º75.86%34.12%-
HSV(B)56.82º86.27%60%-
XYZ23.5527.384.75-
YUV133.8464.32141.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=47.81%
G=45.62%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531462100.050.860.456.8275.8634.12
Hex999215055628394c22
Octal2312222505126507111442
Binary100110011001001010101010110101101010001110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999215; }

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

 H1.HeaderClassName
 {
   color: #999215;
 }
 .AnyTagClassName
 {
   color: #999215;
 }
</style>
background-color css

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

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

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

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

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

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