Shades of Lucky #999306
Tints of Lucky #999306
RGB
CMYK
RGB Variations
Color information
#999306 (or 0x999306) is known color: Lucky. HEX triplet: 99, 93 and 06. RGB value is (153,147,6). Sum of RGB (Red+Green+Blue) = 153+147+6=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #999306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999306 is #666CF9. Grayscale: #858585. Windows color (decimal): -6712570 or 431001. OLE color: 431001.
HSL color Cylindrical-coordinate representation of color #999306: hue angle of 57.55º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #999306 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 6 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.4 |
| HSL | 57.55º | 0.92% | 0.31% | - |
| HSV(B) | 57.55º | 0.96% | 0.6% | - |
| XYZ | 23.6 | 27.65 | 4.27 | - |
| YUV | 132.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 6 | 0 | 0.04 | 0.96 | 0.4 | 57.55 | 0.92 | 0.31 |
| Hex | 99 | 93 | 6 | 0 | 4 | 60 | 28 | 3A | 5C | 1F |
| Octal | 231 | 223 | 6 | 0 | 4 | 140 | 50 | 72 | 134 | 37 |
| Binary | 10011001 | 10010011 | 110 | 0 | 100 | 1100000 | 101000 | 111010 | 1011100 | 11111 |
Color Harmonies of #999306
Complementary color
Monochromatic Colors of #999306
Black with #999306
Text Example
Text Example
White with #999306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999306; }
p { color: rgb(153,147,6); }
H1.HeaderClassName
{
color: #999306;
}
.AnyTagClassName
{
color: #999306;
}
</style>
background-color css
<style>
a { background-color: #999306; }
a { background-color: rgb(153,147,6); }
div.DivClassName
{
background-color: #999306;
}
.BgClassName
{
background-color: #999306;
}
</style>
border-color css
<style>
span { border-color: #999306; }
span { border-color: rgb(153,147,6); }
td.TdClassName
{
border-color: #999306;
}
.TagClassName
{
border-color: #999306;
}
</style>