Shades of Lucky #9B950C
Tints of Lucky #9B950C
RGB
CMYK
RGB Variations
Color information
#9B950C (or 0x9B950C) is known color: Lucky. HEX triplet: 9B, 95 and 0C. RGB value is (155,149,12). Sum of RGB (Red+Green+Blue) = 155+149+12=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B950C is #646AF3. Grayscale: #878787. Windows color (decimal): -6580980 or 824731. OLE color: 824731.
HSL color Cylindrical-coordinate representation of color #9B950C: hue angle of 57.48º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B950C is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 12 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.39 |
| HSL | 57.48º | 0.86% | 0.33% | - |
| HSV(B) | 57.48º | 0.92% | 0.61% | - |
| XYZ | 24.33 | 28.49 | 4.56 | - |
| YUV | 135.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 12 | 0 | 0.04 | 0.92 | 0.39 | 57.48 | 0.86 | 0.33 |
| Hex | 9B | 95 | C | 0 | 4 | 5C | 27 | 39 | 56 | 21 |
| Octal | 233 | 225 | 14 | 0 | 4 | 134 | 47 | 71 | 126 | 41 |
| Binary | 10011011 | 10010101 | 1100 | 0 | 100 | 1011100 | 100111 | 111001 | 1010110 | 100001 |
Color Harmonies of #9B950C
Complementary color
Monochromatic Colors of #9B950C
Black with #9B950C
Text Example
Text Example
White with #9B950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B950C; }
p { color: rgb(155,149,12); }
H1.HeaderClassName
{
color: #9B950C;
}
.AnyTagClassName
{
color: #9B950C;
}
</style>
background-color css
<style>
a { background-color: #9B950C; }
a { background-color: rgb(155,149,12); }
div.DivClassName
{
background-color: #9B950C;
}
.BgClassName
{
background-color: #9B950C;
}
</style>
border-color css
<style>
span { border-color: #9B950C; }
span { border-color: rgb(155,149,12); }
td.TdClassName
{
border-color: #9B950C;
}
.TagClassName
{
border-color: #9B950C;
}
</style>