Shades of Lucky #999505
Tints of Lucky #999505
RGB
CMYK
RGB Variations
Color information
#999505 (or 0x999505) is known color: Lucky. HEX triplet: 99, 95 and 05. RGB value is (153,149,5). Sum of RGB (Red+Green+Blue) = 153+149+5=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #999505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999505 is #666AFA. Grayscale: #868686. Windows color (decimal): -6712059 or 365977. OLE color: 365977.
HSL color Cylindrical-coordinate representation of color #999505: hue angle of 58.38º degrees, saturation: 0.94, 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 #999505 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 5 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.4 |
| HSL | 58.38º | 0.94% | 0.31% | - |
| HSV(B) | 58.38º | 0.97% | 0.6% | - |
| XYZ | 23.91 | 28.28 | 4.34 | - |
| YUV | 133.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 5 | 0 | 0.03 | 0.97 | 0.4 | 58.38 | 0.94 | 0.31 |
| Hex | 99 | 95 | 5 | 0 | 3 | 61 | 28 | 3A | 5E | 1F |
| Octal | 231 | 225 | 5 | 0 | 3 | 141 | 50 | 72 | 136 | 37 |
| Binary | 10011001 | 10010101 | 101 | 0 | 11 | 1100001 | 101000 | 111010 | 1011110 | 11111 |
Color Harmonies of #999505
Complementary color
Monochromatic Colors of #999505
Black with #999505
Text Example
Text Example
White with #999505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999505; }
p { color: rgb(153,149,5); }
H1.HeaderClassName
{
color: #999505;
}
.AnyTagClassName
{
color: #999505;
}
</style>
background-color css
<style>
a { background-color: #999505; }
a { background-color: rgb(153,149,5); }
div.DivClassName
{
background-color: #999505;
}
.BgClassName
{
background-color: #999505;
}
</style>
border-color css
<style>
span { border-color: #999505; }
span { border-color: rgb(153,149,5); }
td.TdClassName
{
border-color: #999505;
}
.TagClassName
{
border-color: #999505;
}
</style>