Shades of Lucky #9C9C0F
Tints of Lucky #9C9C0F
RGB
CMYK
RGB Variations
Color information
#9C9C0F (or 0x9C9C0F) is known color: Lucky. HEX triplet: 9C, 9C and 0F. RGB value is (156,156,15). Sum of RGB (Red+Green+Blue) = 156+156+15=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 156 - color contains mainly: red, green. Hex color #9C9C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9C0F is #6363F0. Grayscale: #8C8C8C. Windows color (decimal): -6513649 or 1023132. OLE color: 1023132.
HSL color Cylindrical-coordinate representation of color #9C9C0F: hue angle of 60º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C9C0F is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 156 | 15 | - |
| CMYK | 0 | 0 | 0.90 | 0.39 |
| HSL | 60º | 0.82% | 0.34% | - |
| HSV(B) | 60º | 0.9% | 0.61% | - |
| XYZ | 25.68 | 30.88 | 5.06 | - |
| YUV | 139.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 15 | 0 | 0 | 0.90 | 0.39 | 60 | 0.82 | 0.34 |
| Hex | 9C | 9C | F | 0 | 0 | 5A | 27 | 3C | 52 | 22 |
| Octal | 234 | 234 | 17 | 0 | 0 | 132 | 47 | 74 | 122 | 42 |
| Binary | 10011100 | 10011100 | 1111 | 0 | 0 | 1011010 | 100111 | 111100 | 1010010 | 100010 |
Color Harmonies of #9C9C0F
Complementary color
Monochromatic Colors of #9C9C0F
Black with #9C9C0F
Text Example
Text Example
White with #9C9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9C0F; }
p { color: rgb(156,156,15); }
H1.HeaderClassName
{
color: #9C9C0F;
}
.AnyTagClassName
{
color: #9C9C0F;
}
</style>
background-color css
<style>
a { background-color: #9C9C0F; }
a { background-color: rgb(156,156,15); }
div.DivClassName
{
background-color: #9C9C0F;
}
.BgClassName
{
background-color: #9C9C0F;
}
</style>
border-color css
<style>
span { border-color: #9C9C0F; }
span { border-color: rgb(156,156,15); }
td.TdClassName
{
border-color: #9C9C0F;
}
.TagClassName
{
border-color: #9C9C0F;
}
</style>