Shades of Lucky #9B960F
Tints of Lucky #9B960F
RGB
CMYK
RGB Variations
Color information
#9B960F (or 0x9B960F) is known color: Lucky. HEX triplet: 9B, 96 and 0F. RGB value is (155,150,15). Sum of RGB (Red+Green+Blue) = 155+150+15=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B960F is #6469F0. Grayscale: #888888. Windows color (decimal): -6580721 or 1021595. OLE color: 1021595.
HSL color Cylindrical-coordinate representation of color #9B960F: hue angle of 57.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B960F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 15 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.39 |
| HSL | 57.86º | 0.82% | 0.33% | - |
| HSV(B) | 57.86º | 0.9% | 0.61% | - |
| XYZ | 24.51 | 28.82 | 4.72 | - |
| YUV | 136.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 15 | 0 | 0.03 | 0.90 | 0.39 | 57.86 | 0.82 | 0.33 |
| Hex | 9B | 96 | F | 0 | 3 | 5A | 27 | 3A | 52 | 21 |
| Octal | 233 | 226 | 17 | 0 | 3 | 132 | 47 | 72 | 122 | 41 |
| Binary | 10011011 | 10010110 | 1111 | 0 | 11 | 1011010 | 100111 | 111010 | 1010010 | 100001 |
Color Harmonies of #9B960F
Complementary color
Monochromatic Colors of #9B960F
Black with #9B960F
Text Example
Text Example
White with #9B960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B960F; }
p { color: rgb(155,150,15); }
H1.HeaderClassName
{
color: #9B960F;
}
.AnyTagClassName
{
color: #9B960F;
}
</style>
background-color css
<style>
a { background-color: #9B960F; }
a { background-color: rgb(155,150,15); }
div.DivClassName
{
background-color: #9B960F;
}
.BgClassName
{
background-color: #9B960F;
}
</style>
border-color css
<style>
span { border-color: #9B960F; }
span { border-color: rgb(155,150,15); }
td.TdClassName
{
border-color: #9B960F;
}
.TagClassName
{
border-color: #9B960F;
}
</style>