Shades of Lucky #9C9A14
Tints of Lucky #9C9A14
RGB
CMYK
RGB Variations
Color information
#9C9A14 (or 0x9C9A14) is known color: Lucky. HEX triplet: 9C, 9A and 14. RGB value is (156,154,20). Sum of RGB (Red+Green+Blue) = 156+154+20=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9A14 is #6365EB. Grayscale: #8B8B8B. Windows color (decimal): -6514156 or 1350300. OLE color: 1350300.
HSL color Cylindrical-coordinate representation of color #9C9A14: hue angle of 59.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C9A14 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 20 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.39 |
| HSL | 59.12º | 0.77% | 0.35% | - |
| HSV(B) | 59.12º | 0.87% | 0.61% | - |
| XYZ | 25.39 | 30.23 | 5.16 | - |
| YUV | 139.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 20 | 0 | 0.01 | 0.87 | 0.39 | 59.12 | 0.77 | 0.35 |
| Hex | 9C | 9A | 14 | 0 | 1 | 57 | 27 | 3B | 4D | 23 |
| Octal | 234 | 232 | 24 | 0 | 1 | 127 | 47 | 73 | 115 | 43 |
| Binary | 10011100 | 10011010 | 10100 | 0 | 1 | 1010111 | 100111 | 111011 | 1001101 | 100011 |
Color Harmonies of #9C9A14
Complementary color
Monochromatic Colors of #9C9A14
Black with #9C9A14
Text Example
Text Example
White with #9C9A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A14; }
p { color: rgb(156,154,20); }
H1.HeaderClassName
{
color: #9C9A14;
}
.AnyTagClassName
{
color: #9C9A14;
}
</style>
background-color css
<style>
a { background-color: #9C9A14; }
a { background-color: rgb(156,154,20); }
div.DivClassName
{
background-color: #9C9A14;
}
.BgClassName
{
background-color: #9C9A14;
}
</style>
border-color css
<style>
span { border-color: #9C9A14; }
span { border-color: rgb(156,154,20); }
td.TdClassName
{
border-color: #9C9A14;
}
.TagClassName
{
border-color: #9C9A14;
}
</style>