Shades of Lucky #9C9A00
Tints of Lucky #9C9A00
RGB
CMYK
RGB Variations
Color information
#9C9A00 (or 0x9C9A00) is known color: Lucky. HEX triplet: 9C, 9A and 00. RGB value is (156,154,0). Sum of RGB (Red+Green+Blue) = 156+154+0=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9A00 is #6365FF. Grayscale: #898989. Windows color (decimal): -6514176 or 39580. OLE color: 39580.
HSL color Cylindrical-coordinate representation of color #9C9A00: hue angle of 59.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C9A00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.39 |
| HSL | 59.23º | 1% | 0.31% | - |
| HSV(B) | 59.23º | 1% | 0.61% | - |
| XYZ | 25.27 | 30.18 | 4.49 | - |
| YUV | 137.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 0 | 0 | 0.01 | 1 | 0.39 | 59.23 | 1 | 0.31 |
| Hex | 9C | 9A | 0 | 0 | 1 | 64 | 27 | 3B | 64 | 1F |
| Octal | 234 | 232 | 0 | 0 | 1 | 144 | 47 | 73 | 144 | 37 |
| Binary | 10011100 | 10011010 | 0 | 0 | 1 | 1100100 | 100111 | 111011 | 1100100 | 11111 |
Color Harmonies of #9C9A00
Complementary color
Monochromatic Colors of #9C9A00
Black with #9C9A00
Text Example
Text Example
White with #9C9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A00; }
p { color: rgb(156,154,0); }
H1.HeaderClassName
{
color: #9C9A00;
}
.AnyTagClassName
{
color: #9C9A00;
}
</style>
background-color css
<style>
a { background-color: #9C9A00; }
a { background-color: rgb(156,154,0); }
div.DivClassName
{
background-color: #9C9A00;
}
.BgClassName
{
background-color: #9C9A00;
}
</style>
border-color css
<style>
span { border-color: #9C9A00; }
span { border-color: rgb(156,154,0); }
td.TdClassName
{
border-color: #9C9A00;
}
.TagClassName
{
border-color: #9C9A00;
}
</style>