Shades of Lucky #9F9525
Tints of Lucky #9F9525
RGB
CMYK
RGB Variations
Color information
#9F9525 (or 0x9F9525) is known color: Lucky. HEX triplet: 9F, 95 and 25. RGB value is (159,149,37). Sum of RGB (Red+Green+Blue) = 159+149+37=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9525 is #606ADA. Grayscale: #8B8B8B. Windows color (decimal): -6318811 or 2463135. OLE color: 2463135.
HSL color Cylindrical-coordinate representation of color #9F9525: hue angle of 55.08º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F9525 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 37 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.38 |
| HSL | 55.08º | 0.62% | 0.38% | - |
| HSV(B) | 55.08º | 0.77% | 0.62% | - |
| XYZ | 25.38 | 29 | 6.01 | - |
| YUV | 139.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 37 | 0 | 0.06 | 0.77 | 0.38 | 55.08 | 0.62 | 0.38 |
| Hex | 9F | 95 | 25 | 0 | 6 | 4D | 26 | 37 | 3E | 26 |
| Octal | 237 | 225 | 45 | 0 | 6 | 115 | 46 | 67 | 76 | 46 |
| Binary | 10011111 | 10010101 | 100101 | 0 | 110 | 1001101 | 100110 | 110111 | 111110 | 100110 |
Color Harmonies of #9F9525
Complementary color
Monochromatic Colors of #9F9525
Black with #9F9525
Text Example
Text Example
White with #9F9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9525; }
p { color: rgb(159,149,37); }
H1.HeaderClassName
{
color: #9F9525;
}
.AnyTagClassName
{
color: #9F9525;
}
</style>
background-color css
<style>
a { background-color: #9F9525; }
a { background-color: rgb(159,149,37); }
div.DivClassName
{
background-color: #9F9525;
}
.BgClassName
{
background-color: #9F9525;
}
</style>
border-color css
<style>
span { border-color: #9F9525; }
span { border-color: rgb(159,149,37); }
td.TdClassName
{
border-color: #9F9525;
}
.TagClassName
{
border-color: #9F9525;
}
</style>