Shades of Lucky #9F8A08
Tints of Lucky #9F8A08
RGB
CMYK
RGB Variations
Color information
#9F8A08 (or 0x9F8A08) is known color: Lucky. HEX triplet: 9F, 8A and 08. RGB value is (159,138,8). Sum of RGB (Red+Green+Blue) = 159+138+8=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8A08 is #6075F7. Grayscale: #828282. Windows color (decimal): -6321656 or 559775. OLE color: 559775.
HSL color Cylindrical-coordinate representation of color #9F8A08: hue angle of 51.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F8A08 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 8 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.38 |
| HSL | 51.66º | 0.9% | 0.33% | - |
| HSV(B) | 51.66º | 0.95% | 0.62% | - |
| XYZ | 23.43 | 25.57 | 3.93 | - |
| YUV | 129.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 8 | 0 | 0.13 | 0.95 | 0.38 | 51.66 | 0.9 | 0.33 |
| Hex | 9F | 8A | 8 | 0 | D | 5F | 26 | 34 | 5A | 21 |
| Octal | 237 | 212 | 10 | 0 | 15 | 137 | 46 | 64 | 132 | 41 |
| Binary | 10011111 | 10001010 | 1000 | 0 | 1101 | 1011111 | 100110 | 110100 | 1011010 | 100001 |
Color Harmonies of #9F8A08
Complementary color
Monochromatic Colors of #9F8A08
Black with #9F8A08
Text Example
Text Example
White with #9F8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A08; }
p { color: rgb(159,138,8); }
H1.HeaderClassName
{
color: #9F8A08;
}
.AnyTagClassName
{
color: #9F8A08;
}
</style>
background-color css
<style>
a { background-color: #9F8A08; }
a { background-color: rgb(159,138,8); }
div.DivClassName
{
background-color: #9F8A08;
}
.BgClassName
{
background-color: #9F8A08;
}
</style>
border-color css
<style>
span { border-color: #9F8A08; }
span { border-color: rgb(159,138,8); }
td.TdClassName
{
border-color: #9F8A08;
}
.TagClassName
{
border-color: #9F8A08;
}
</style>