Shades of Lucky #9F9528
Tints of Lucky #9F9528
RGB
CMYK
RGB Variations
Color information
#9F9528 (or 0x9F9528) is known color: Lucky. HEX triplet: 9F, 95 and 28. RGB value is (159,149,40). Sum of RGB (Red+Green+Blue) = 159+149+40=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9528 is #606AD7. Grayscale: #8C8C8C. Windows color (decimal): -6318808 or 2659743. OLE color: 2659743.
HSL color Cylindrical-coordinate representation of color #9F9528: hue angle of 54.96º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F9528 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 40 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.38 |
| HSL | 54.96º | 0.6% | 0.39% | - |
| HSV(B) | 54.96º | 0.75% | 0.62% | - |
| XYZ | 25.43 | 29.02 | 6.27 | - |
| YUV | 139.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 40 | 0 | 0.06 | 0.75 | 0.38 | 54.96 | 0.6 | 0.39 |
| Hex | 9F | 95 | 28 | 0 | 6 | 4B | 26 | 37 | 3C | 27 |
| Octal | 237 | 225 | 50 | 0 | 6 | 113 | 46 | 67 | 74 | 47 |
| Binary | 10011111 | 10010101 | 101000 | 0 | 110 | 1001011 | 100110 | 110111 | 111100 | 100111 |
Color Harmonies of #9F9528
Complementary color
Monochromatic Colors of #9F9528
Black with #9F9528
Text Example
Text Example
White with #9F9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9528; }
p { color: rgb(159,149,40); }
H1.HeaderClassName
{
color: #9F9528;
}
.AnyTagClassName
{
color: #9F9528;
}
</style>
background-color css
<style>
a { background-color: #9F9528; }
a { background-color: rgb(159,149,40); }
div.DivClassName
{
background-color: #9F9528;
}
.BgClassName
{
background-color: #9F9528;
}
</style>
border-color css
<style>
span { border-color: #9F9528; }
span { border-color: rgb(159,149,40); }
td.TdClassName
{
border-color: #9F9528;
}
.TagClassName
{
border-color: #9F9528;
}
</style>