Shades of Lucky #9C950B
Tints of Lucky #9C950B
RGB
CMYK
RGB Variations
Color information
#9C950B (or 0x9C950B) is known color: Lucky. HEX triplet: 9C, 95 and 0B. RGB value is (156,149,11). Sum of RGB (Red+Green+Blue) = 156+149+11=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C950B is #636AF4. Grayscale: #878787. Windows color (decimal): -6515445 or 759196. OLE color: 759196.
HSL color Cylindrical-coordinate representation of color #9C950B: hue angle of 57.1º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C950B is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 11 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.39 |
| HSL | 57.1º | 0.87% | 0.33% | - |
| HSV(B) | 57.1º | 0.93% | 0.61% | - |
| XYZ | 24.52 | 28.59 | 4.54 | - |
| YUV | 135.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 11 | 0 | 0.04 | 0.93 | 0.39 | 57.1 | 0.87 | 0.33 |
| Hex | 9C | 95 | B | 0 | 4 | 5D | 27 | 39 | 57 | 21 |
| Octal | 234 | 225 | 13 | 0 | 4 | 135 | 47 | 71 | 127 | 41 |
| Binary | 10011100 | 10010101 | 1011 | 0 | 100 | 1011101 | 100111 | 111001 | 1010111 | 100001 |
Color Harmonies of #9C950B
Complementary color
Monochromatic Colors of #9C950B
Black with #9C950B
Text Example
Text Example
White with #9C950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C950B; }
p { color: rgb(156,149,11); }
H1.HeaderClassName
{
color: #9C950B;
}
.AnyTagClassName
{
color: #9C950B;
}
</style>
background-color css
<style>
a { background-color: #9C950B; }
a { background-color: rgb(156,149,11); }
div.DivClassName
{
background-color: #9C950B;
}
.BgClassName
{
background-color: #9C950B;
}
</style>
border-color css
<style>
span { border-color: #9C950B; }
span { border-color: rgb(156,149,11); }
td.TdClassName
{
border-color: #9C950B;
}
.TagClassName
{
border-color: #9C950B;
}
</style>