Shades of Lucky #9F8E1B
Tints of Lucky #9F8E1B
RGB
CMYK
RGB Variations
Color information
#9F8E1B (or 0x9F8E1B) is known color: Lucky. HEX triplet: 9F, 8E and 1B. RGB value is (159,142,27). Sum of RGB (Red+Green+Blue) = 159+142+27=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8E1B is #6071E4. Grayscale: #868686. Windows color (decimal): -6320613 or 1805983. OLE color: 1805983.
HSL color Cylindrical-coordinate representation of color #9F8E1B: hue angle of 52.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F8E1B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 142 | 27 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.38 |
| HSL | 52.27º | 0.71% | 0.36% | - |
| HSV(B) | 52.27º | 0.83% | 0.62% | - |
| XYZ | 24.17 | 26.8 | 4.94 | - |
| YUV | 133.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 27 | 0 | 0.11 | 0.83 | 0.38 | 52.27 | 0.71 | 0.36 |
| Hex | 9F | 8E | 1B | 0 | B | 53 | 26 | 34 | 47 | 24 |
| Octal | 237 | 216 | 33 | 0 | 13 | 123 | 46 | 64 | 107 | 44 |
| Binary | 10011111 | 10001110 | 11011 | 0 | 1011 | 1010011 | 100110 | 110100 | 1000111 | 100100 |
Color Harmonies of #9F8E1B
Complementary color
Monochromatic Colors of #9F8E1B
Black with #9F8E1B
Text Example
Text Example
White with #9F8E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8E1B; }
p { color: rgb(159,142,27); }
H1.HeaderClassName
{
color: #9F8E1B;
}
.AnyTagClassName
{
color: #9F8E1B;
}
</style>
background-color css
<style>
a { background-color: #9F8E1B; }
a { background-color: rgb(159,142,27); }
div.DivClassName
{
background-color: #9F8E1B;
}
.BgClassName
{
background-color: #9F8E1B;
}
</style>
border-color css
<style>
span { border-color: #9F8E1B; }
span { border-color: rgb(159,142,27); }
td.TdClassName
{
border-color: #9F8E1B;
}
.TagClassName
{
border-color: #9F8E1B;
}
</style>