Shades of Lucky #9C9A0B
Tints of Lucky #9C9A0B
RGB
CMYK
RGB Variations
Color information
#9C9A0B (or 0x9C9A0B) is known color: Lucky. HEX triplet: 9C, 9A and 0B. RGB value is (156,154,11). Sum of RGB (Red+Green+Blue) = 156+154+11=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9A0B is #6365F4. Grayscale: #8A8A8A. Windows color (decimal): -6514165 or 760476. OLE color: 760476.
HSL color Cylindrical-coordinate representation of color #9C9A0B: hue angle of 59.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C9A0B is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 11 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.39 |
| HSL | 59.17º | 0.87% | 0.33% | - |
| HSV(B) | 59.17º | 0.93% | 0.61% | - |
| XYZ | 25.33 | 30.2 | 4.81 | - |
| YUV | 138.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 11 | 0 | 0.01 | 0.93 | 0.39 | 59.17 | 0.87 | 0.33 |
| Hex | 9C | 9A | B | 0 | 1 | 5D | 27 | 3B | 57 | 21 |
| Octal | 234 | 232 | 13 | 0 | 1 | 135 | 47 | 73 | 127 | 41 |
| Binary | 10011100 | 10011010 | 1011 | 0 | 1 | 1011101 | 100111 | 111011 | 1010111 | 100001 |
Color Harmonies of #9C9A0B
Complementary color
Monochromatic Colors of #9C9A0B
Black with #9C9A0B
Text Example
Text Example
White with #9C9A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A0B; }
p { color: rgb(156,154,11); }
H1.HeaderClassName
{
color: #9C9A0B;
}
.AnyTagClassName
{
color: #9C9A0B;
}
</style>
background-color css
<style>
a { background-color: #9C9A0B; }
a { background-color: rgb(156,154,11); }
div.DivClassName
{
background-color: #9C9A0B;
}
.BgClassName
{
background-color: #9C9A0B;
}
</style>
border-color css
<style>
span { border-color: #9C9A0B; }
span { border-color: rgb(156,154,11); }
td.TdClassName
{
border-color: #9C9A0B;
}
.TagClassName
{
border-color: #9C9A0B;
}
</style>