Shades of Lucky #9D970B
Tints of Lucky #9D970B
RGB
CMYK
RGB Variations
Color information
#9D970B (or 0x9D970B) is known color: Lucky. HEX triplet: 9D, 97 and 0B. RGB value is (157,151,11). Sum of RGB (Red+Green+Blue) = 157+151+11=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D970B is #6268F4. Grayscale: #898989. Windows color (decimal): -6449397 or 759709. OLE color: 759709.
HSL color Cylindrical-coordinate representation of color #9D970B: hue angle of 57.53º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D970B is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 11 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.38 |
| HSL | 57.53º | 0.87% | 0.33% | - |
| HSV(B) | 57.53º | 0.93% | 0.62% | - |
| XYZ | 25.03 | 29.33 | 4.66 | - |
| YUV | 136.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 11 | 0 | 0.04 | 0.93 | 0.38 | 57.53 | 0.87 | 0.33 |
| Hex | 9D | 97 | B | 0 | 4 | 5D | 26 | 3A | 57 | 21 |
| Octal | 235 | 227 | 13 | 0 | 4 | 135 | 46 | 72 | 127 | 41 |
| Binary | 10011101 | 10010111 | 1011 | 0 | 100 | 1011101 | 100110 | 111010 | 1010111 | 100001 |
Color Harmonies of #9D970B
Complementary color
Monochromatic Colors of #9D970B
Black with #9D970B
Text Example
Text Example
White with #9D970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D970B; }
p { color: rgb(157,151,11); }
H1.HeaderClassName
{
color: #9D970B;
}
.AnyTagClassName
{
color: #9D970B;
}
</style>
background-color css
<style>
a { background-color: #9D970B; }
a { background-color: rgb(157,151,11); }
div.DivClassName
{
background-color: #9D970B;
}
.BgClassName
{
background-color: #9D970B;
}
</style>
border-color css
<style>
span { border-color: #9D970B; }
span { border-color: rgb(157,151,11); }
td.TdClassName
{
border-color: #9D970B;
}
.TagClassName
{
border-color: #9D970B;
}
</style>