Shades of Lucky #9D951F
Tints of Lucky #9D951F
RGB
CMYK
RGB Variations
Color information
#9D951F (or 0x9D951F) is known color: Lucky. HEX triplet: 9D, 95 and 1F. RGB value is (157,149,31). Sum of RGB (Red+Green+Blue) = 157+149+31=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D951F is #626AE0. Grayscale: #8A8A8A. Windows color (decimal): -6449889 or 2069917. OLE color: 2069917.
HSL color Cylindrical-coordinate representation of color #9D951F: hue angle of 56.19º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D951F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 31 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.38 |
| HSL | 56.19º | 0.67% | 0.37% | - |
| HSV(B) | 56.19º | 0.8% | 0.62% | - |
| XYZ | 24.9 | 28.76 | 5.54 | - |
| YUV | 137.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 31 | 0 | 0.05 | 0.80 | 0.38 | 56.19 | 0.67 | 0.37 |
| Hex | 9D | 95 | 1F | 0 | 5 | 50 | 26 | 38 | 43 | 25 |
| Octal | 235 | 225 | 37 | 0 | 5 | 120 | 46 | 70 | 103 | 45 |
| Binary | 10011101 | 10010101 | 11111 | 0 | 101 | 1010000 | 100110 | 111000 | 1000011 | 100101 |
Color Harmonies of #9D951F
Complementary color
Monochromatic Colors of #9D951F
Black with #9D951F
Text Example
Text Example
White with #9D951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D951F; }
p { color: rgb(157,149,31); }
H1.HeaderClassName
{
color: #9D951F;
}
.AnyTagClassName
{
color: #9D951F;
}
</style>
background-color css
<style>
a { background-color: #9D951F; }
a { background-color: rgb(157,149,31); }
div.DivClassName
{
background-color: #9D951F;
}
.BgClassName
{
background-color: #9D951F;
}
</style>
border-color css
<style>
span { border-color: #9D951F; }
span { border-color: rgb(157,149,31); }
td.TdClassName
{
border-color: #9D951F;
}
.TagClassName
{
border-color: #9D951F;
}
</style>