Shades of Lucky #9C8F1B
Tints of Lucky #9C8F1B
RGB
CMYK
RGB Variations
Color information
#9C8F1B (or 0x9C8F1B) is known color: Lucky. HEX triplet: 9C, 8F and 1B. RGB value is (156,143,27). Sum of RGB (Red+Green+Blue) = 156+143+27=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8F1B is #6370E4. Grayscale: #868686. Windows color (decimal): -6516965 or 1806236. OLE color: 1806236.
HSL color Cylindrical-coordinate representation of color #9C8F1B: hue angle of 53.95º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C8F1B is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 27 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.39 |
| HSL | 53.95º | 0.7% | 0.36% | - |
| HSV(B) | 53.95º | 0.83% | 0.61% | - |
| XYZ | 23.73 | 26.79 | 4.96 | - |
| YUV | 133.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 27 | 0 | 0.08 | 0.83 | 0.39 | 53.95 | 0.7 | 0.36 |
| Hex | 9C | 8F | 1B | 0 | 8 | 53 | 27 | 36 | 46 | 24 |
| Octal | 234 | 217 | 33 | 0 | 10 | 123 | 47 | 66 | 106 | 44 |
| Binary | 10011100 | 10001111 | 11011 | 0 | 1000 | 1010011 | 100111 | 110110 | 1000110 | 100100 |
Color Harmonies of #9C8F1B
Complementary color
Monochromatic Colors of #9C8F1B
Black with #9C8F1B
Text Example
Text Example
White with #9C8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F1B; }
p { color: rgb(156,143,27); }
H1.HeaderClassName
{
color: #9C8F1B;
}
.AnyTagClassName
{
color: #9C8F1B;
}
</style>
background-color css
<style>
a { background-color: #9C8F1B; }
a { background-color: rgb(156,143,27); }
div.DivClassName
{
background-color: #9C8F1B;
}
.BgClassName
{
background-color: #9C8F1B;
}
</style>
border-color css
<style>
span { border-color: #9C8F1B; }
span { border-color: rgb(156,143,27); }
td.TdClassName
{
border-color: #9C8F1B;
}
.TagClassName
{
border-color: #9C8F1B;
}
</style>