Shades of Lucky #99900A
Tints of Lucky #99900A
RGB
CMYK
RGB Variations
Color information
#99900A (or 0x99900A) is known color: Lucky. HEX triplet: 99, 90 and 0A. RGB value is (153,144,10). Sum of RGB (Red+Green+Blue) = 153+144+10=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #99900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99900A is #666FF5. Grayscale: #838383. Windows color (decimal): -6713334 or 692377. OLE color: 692377.
HSL color Cylindrical-coordinate representation of color #99900A: hue angle of 56.22º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99900A is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 10 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.4 |
| HSL | 56.22º | 0.88% | 0.32% | - |
| HSV(B) | 56.22º | 0.93% | 0.6% | - |
| XYZ | 23.16 | 26.74 | 4.23 | - |
| YUV | 131.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 10 | 0 | 0.06 | 0.93 | 0.4 | 56.22 | 0.88 | 0.32 |
| Hex | 99 | 90 | A | 0 | 6 | 5D | 28 | 38 | 58 | 20 |
| Octal | 231 | 220 | 12 | 0 | 6 | 135 | 50 | 70 | 130 | 40 |
| Binary | 10011001 | 10010000 | 1010 | 0 | 110 | 1011101 | 101000 | 111000 | 1011000 | 100000 |
Color Harmonies of #99900A
Complementary color
Monochromatic Colors of #99900A
Black with #99900A
Text Example
Text Example
White with #99900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99900A; }
p { color: rgb(153,144,10); }
H1.HeaderClassName
{
color: #99900A;
}
.AnyTagClassName
{
color: #99900A;
}
</style>
background-color css
<style>
a { background-color: #99900A; }
a { background-color: rgb(153,144,10); }
div.DivClassName
{
background-color: #99900A;
}
.BgClassName
{
background-color: #99900A;
}
</style>
border-color css
<style>
span { border-color: #99900A; }
span { border-color: rgb(153,144,10); }
td.TdClassName
{
border-color: #99900A;
}
.TagClassName
{
border-color: #99900A;
}
</style>