Shades of Lucky #9C9101
Tints of Lucky #9C9101
RGB
CMYK
RGB Variations
Color information
#9C9101 (or 0x9C9101) is known color: Lucky. HEX triplet: 9C, 91 and 01. RGB value is (156,145,1). Sum of RGB (Red+Green+Blue) = 156+145+1=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9101 is #636EFE. Grayscale: #848484. Windows color (decimal): -6516479 or 102812. OLE color: 102812.
HSL color Cylindrical-coordinate representation of color #9C9101: hue angle of 55.74º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C9101 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.39 |
| HSL | 55.74º | 0.99% | 0.31% | - |
| HSV(B) | 55.74º | 0.99% | 0.61% | - |
| XYZ | 23.84 | 27.32 | 4.05 | - |
| YUV | 131.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 1 | 0 | 0.07 | 0.99 | 0.39 | 55.74 | 0.99 | 0.31 |
| Hex | 9C | 91 | 1 | 0 | 7 | 63 | 27 | 38 | 63 | 1F |
| Octal | 234 | 221 | 1 | 0 | 7 | 143 | 47 | 70 | 143 | 37 |
| Binary | 10011100 | 10010001 | 1 | 0 | 111 | 1100011 | 100111 | 111000 | 1100011 | 11111 |
Color Harmonies of #9C9101
Complementary color
Monochromatic Colors of #9C9101
Black with #9C9101
Text Example
Text Example
White with #9C9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9101; }
p { color: rgb(156,145,1); }
H1.HeaderClassName
{
color: #9C9101;
}
.AnyTagClassName
{
color: #9C9101;
}
</style>
background-color css
<style>
a { background-color: #9C9101; }
a { background-color: rgb(156,145,1); }
div.DivClassName
{
background-color: #9C9101;
}
.BgClassName
{
background-color: #9C9101;
}
</style>
border-color css
<style>
span { border-color: #9C9101; }
span { border-color: rgb(156,145,1); }
td.TdClassName
{
border-color: #9C9101;
}
.TagClassName
{
border-color: #9C9101;
}
</style>