Shades of Lucky #9C9301
Tints of Lucky #9C9301
RGB
CMYK
RGB Variations
Color information
#9C9301 (or 0x9C9301) is known color: Lucky. HEX triplet: 9C, 93 and 01. RGB value is (156,147,1). Sum of RGB (Red+Green+Blue) = 156+147+1=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9301 is #636CFE. Grayscale: #858585. Windows color (decimal): -6515967 or 103324. OLE color: 103324.
HSL color Cylindrical-coordinate representation of color #9C9301: hue angle of 56.52º 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 #9C9301 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.39 |
| HSL | 56.52º | 0.99% | 0.31% | - |
| HSV(B) | 56.52º | 0.99% | 0.61% | - |
| XYZ | 24.15 | 27.94 | 4.15 | - |
| YUV | 133.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 1 | 0 | 0.06 | 0.99 | 0.39 | 56.52 | 0.99 | 0.31 |
| Hex | 9C | 93 | 1 | 0 | 6 | 63 | 27 | 39 | 63 | 1F |
| Octal | 234 | 223 | 1 | 0 | 6 | 143 | 47 | 71 | 143 | 37 |
| Binary | 10011100 | 10010011 | 1 | 0 | 110 | 1100011 | 100111 | 111001 | 1100011 | 11111 |
Color Harmonies of #9C9301
Complementary color
Monochromatic Colors of #9C9301
Black with #9C9301
Text Example
Text Example
White with #9C9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9301; }
p { color: rgb(156,147,1); }
H1.HeaderClassName
{
color: #9C9301;
}
.AnyTagClassName
{
color: #9C9301;
}
</style>
background-color css
<style>
a { background-color: #9C9301; }
a { background-color: rgb(156,147,1); }
div.DivClassName
{
background-color: #9C9301;
}
.BgClassName
{
background-color: #9C9301;
}
</style>
border-color css
<style>
span { border-color: #9C9301; }
span { border-color: rgb(156,147,1); }
td.TdClassName
{
border-color: #9C9301;
}
.TagClassName
{
border-color: #9C9301;
}
</style>