Shades of Lucky #999014
Tints of Lucky #999014
RGB
CMYK
RGB Variations
Color information
#999014 (or 0x999014) is known color: Lucky. HEX triplet: 99, 90 and 14. RGB value is (153,144,20). Sum of RGB (Red+Green+Blue) = 153+144+20=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #999014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999014 is #666FEB. Grayscale: #858585. Windows color (decimal): -6713324 or 1347737. OLE color: 1347737.
HSL color Cylindrical-coordinate representation of color #999014: hue angle of 55.94º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #999014 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 20 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.4 |
| HSL | 55.94º | 0.77% | 0.34% | - |
| HSV(B) | 55.94º | 0.87% | 0.6% | - |
| XYZ | 23.24 | 26.77 | 4.6 | - |
| YUV | 132.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 20 | 0 | 0.06 | 0.87 | 0.4 | 55.94 | 0.77 | 0.34 |
| Hex | 99 | 90 | 14 | 0 | 6 | 57 | 28 | 38 | 4D | 22 |
| Octal | 231 | 220 | 24 | 0 | 6 | 127 | 50 | 70 | 115 | 42 |
| Binary | 10011001 | 10010000 | 10100 | 0 | 110 | 1010111 | 101000 | 111000 | 1001101 | 100010 |
Color Harmonies of #999014
Complementary color
Monochromatic Colors of #999014
Black with #999014
Text Example
Text Example
White with #999014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999014; }
p { color: rgb(153,144,20); }
H1.HeaderClassName
{
color: #999014;
}
.AnyTagClassName
{
color: #999014;
}
</style>
background-color css
<style>
a { background-color: #999014; }
a { background-color: rgb(153,144,20); }
div.DivClassName
{
background-color: #999014;
}
.BgClassName
{
background-color: #999014;
}
</style>
border-color css
<style>
span { border-color: #999014; }
span { border-color: rgb(153,144,20); }
td.TdClassName
{
border-color: #999014;
}
.TagClassName
{
border-color: #999014;
}
</style>