Shades of Lucky #9B9518
Tints of Lucky #9B9518
RGB
CMYK
RGB Variations
Color information
#9B9518 (or 0x9B9518) is known color: Lucky. HEX triplet: 9B, 95 and 18. RGB value is (155,149,24). Sum of RGB (Red+Green+Blue) = 155+149+24=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9518 is #646AE7. Grayscale: #898989. Windows color (decimal): -6580968 or 1611163. OLE color: 1611163.
HSL color Cylindrical-coordinate representation of color #9B9518: hue angle of 57.25º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B9518 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 24 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.39 |
| HSL | 57.25º | 0.73% | 0.35% | - |
| HSV(B) | 57.25º | 0.85% | 0.61% | - |
| XYZ | 24.43 | 28.53 | 5.08 | - |
| YUV | 136.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 24 | 0 | 0.04 | 0.85 | 0.39 | 57.25 | 0.73 | 0.35 |
| Hex | 9B | 95 | 18 | 0 | 4 | 55 | 27 | 39 | 49 | 23 |
| Octal | 233 | 225 | 30 | 0 | 4 | 125 | 47 | 71 | 111 | 43 |
| Binary | 10011011 | 10010101 | 11000 | 0 | 100 | 1010101 | 100111 | 111001 | 1001001 | 100011 |
Color Harmonies of #9B9518
Complementary color
Monochromatic Colors of #9B9518
Black with #9B9518
Text Example
Text Example
White with #9B9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9518; }
p { color: rgb(155,149,24); }
H1.HeaderClassName
{
color: #9B9518;
}
.AnyTagClassName
{
color: #9B9518;
}
</style>
background-color css
<style>
a { background-color: #9B9518; }
a { background-color: rgb(155,149,24); }
div.DivClassName
{
background-color: #9B9518;
}
.BgClassName
{
background-color: #9B9518;
}
</style>
border-color css
<style>
span { border-color: #9B9518; }
span { border-color: rgb(155,149,24); }
td.TdClassName
{
border-color: #9B9518;
}
.TagClassName
{
border-color: #9B9518;
}
</style>