Shades of Lucky #99920F
Tints of Lucky #99920F
RGB
CMYK
RGB Variations
Color information
#99920F (or 0x99920F) is known color: Lucky. HEX triplet: 99, 92 and 0F. RGB value is (153,146,15). Sum of RGB (Red+Green+Blue) = 153+146+15=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99920F is #666DF0. Grayscale: #858585. Windows color (decimal): -6712817 or 1020569. OLE color: 1020569.
HSL color Cylindrical-coordinate representation of color #99920F: hue angle of 56.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99920F is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 15 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.4 |
| HSL | 56.96º | 0.82% | 0.33% | - |
| HSV(B) | 56.96º | 0.9% | 0.6% | - |
| XYZ | 23.5 | 27.36 | 4.5 | - |
| YUV | 133.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 15 | 0 | 0.05 | 0.90 | 0.4 | 56.96 | 0.82 | 0.33 |
| Hex | 99 | 92 | F | 0 | 5 | 5A | 28 | 39 | 52 | 21 |
| Octal | 231 | 222 | 17 | 0 | 5 | 132 | 50 | 71 | 122 | 41 |
| Binary | 10011001 | 10010010 | 1111 | 0 | 101 | 1011010 | 101000 | 111001 | 1010010 | 100001 |
Color Harmonies of #99920F
Complementary color
Monochromatic Colors of #99920F
Black with #99920F
Text Example
Text Example
White with #99920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99920F; }
p { color: rgb(153,146,15); }
H1.HeaderClassName
{
color: #99920F;
}
.AnyTagClassName
{
color: #99920F;
}
</style>
background-color css
<style>
a { background-color: #99920F; }
a { background-color: rgb(153,146,15); }
div.DivClassName
{
background-color: #99920F;
}
.BgClassName
{
background-color: #99920F;
}
</style>
border-color css
<style>
span { border-color: #99920F; }
span { border-color: rgb(153,146,15); }
td.TdClassName
{
border-color: #99920F;
}
.TagClassName
{
border-color: #99920F;
}
</style>