Shades of Lucky #9D991C
Tints of Lucky #9D991C
RGB
CMYK
RGB Variations
Color information
#9D991C (or 0x9D991C) is known color: Lucky. HEX triplet: 9D, 99 and 1C. RGB value is (157,153,28). Sum of RGB (Red+Green+Blue) = 157+153+28=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D991C is #6266E3. Grayscale: #8C8C8C. Windows color (decimal): -6448868 or 1874333. OLE color: 1874333.
HSL color Cylindrical-coordinate representation of color #9D991C: hue angle of 58.14º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D991C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 28 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.38 |
| HSL | 58.14º | 0.7% | 0.36% | - |
| HSV(B) | 58.14º | 0.82% | 0.62% | - |
| XYZ | 25.51 | 30.03 | 5.55 | - |
| YUV | 139.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 28 | 0 | 0.03 | 0.82 | 0.38 | 58.14 | 0.7 | 0.36 |
| Hex | 9D | 99 | 1C | 0 | 3 | 52 | 26 | 3A | 46 | 24 |
| Octal | 235 | 231 | 34 | 0 | 3 | 122 | 46 | 72 | 106 | 44 |
| Binary | 10011101 | 10011001 | 11100 | 0 | 11 | 1010010 | 100110 | 111010 | 1000110 | 100100 |
Color Harmonies of #9D991C
Complementary color
Monochromatic Colors of #9D991C
Black with #9D991C
Text Example
Text Example
White with #9D991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D991C; }
p { color: rgb(157,153,28); }
H1.HeaderClassName
{
color: #9D991C;
}
.AnyTagClassName
{
color: #9D991C;
}
</style>
background-color css
<style>
a { background-color: #9D991C; }
a { background-color: rgb(157,153,28); }
div.DivClassName
{
background-color: #9D991C;
}
.BgClassName
{
background-color: #9D991C;
}
</style>
border-color css
<style>
span { border-color: #9D991C; }
span { border-color: rgb(157,153,28); }
td.TdClassName
{
border-color: #9D991C;
}
.TagClassName
{
border-color: #9D991C;
}
</style>