Shades of Lucky #9A920F
Tints of Lucky #9A920F
RGB
CMYK
RGB Variations
Color information
#9A920F (or 0x9A920F) is known color: Lucky. HEX triplet: 9A, 92 and 0F. RGB value is (154,146,15). Sum of RGB (Red+Green+Blue) = 154+146+15=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A920F is #656DF0. Grayscale: #858585. Windows color (decimal): -6647281 or 1020570. OLE color: 1020570.
HSL color Cylindrical-coordinate representation of color #9A920F: hue angle of 56.55º 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 #9A920F is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 15 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.40 |
| HSL | 56.55º | 0.82% | 0.33% | - |
| HSV(B) | 56.55º | 0.9% | 0.6% | - |
| XYZ | 23.69 | 27.46 | 4.5 | - |
| YUV | 133.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 15 | 0 | 0.05 | 0.90 | 0.40 | 56.55 | 0.82 | 0.33 |
| Hex | 9A | 92 | F | 0 | 5 | 5A | 28 | 39 | 52 | 21 |
| Octal | 232 | 222 | 17 | 0 | 5 | 132 | 50 | 71 | 122 | 41 |
| Binary | 10011010 | 10010010 | 1111 | 0 | 101 | 1011010 | 101000 | 111001 | 1010010 | 100001 |
Color Harmonies of #9A920F
Complementary color
Monochromatic Colors of #9A920F
Black with #9A920F
Text Example
Text Example
White with #9A920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A920F; }
p { color: rgb(154,146,15); }
H1.HeaderClassName
{
color: #9A920F;
}
.AnyTagClassName
{
color: #9A920F;
}
</style>
background-color css
<style>
a { background-color: #9A920F; }
a { background-color: rgb(154,146,15); }
div.DivClassName
{
background-color: #9A920F;
}
.BgClassName
{
background-color: #9A920F;
}
</style>
border-color css
<style>
span { border-color: #9A920F; }
span { border-color: rgb(154,146,15); }
td.TdClassName
{
border-color: #9A920F;
}
.TagClassName
{
border-color: #9A920F;
}
</style>