Shades of Lucky #9D910B
Tints of Lucky #9D910B
RGB
CMYK
RGB Variations
Color information
#9D910B (or 0x9D910B) is known color: Lucky. HEX triplet: 9D, 91 and 0B. RGB value is (157,145,11). Sum of RGB (Red+Green+Blue) = 157+145+11=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D910B is #626EF4. Grayscale: #858585. Windows color (decimal): -6450933 or 758173. OLE color: 758173.
HSL color Cylindrical-coordinate representation of color #9D910B: hue angle of 55.07º 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 #9D910B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.38 |
| HSL | 55.07º | 0.87% | 0.33% | - |
| HSV(B) | 55.07º | 0.93% | 0.62% | - |
| XYZ | 24.09 | 27.44 | 4.34 | - |
| YUV | 133.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 11 | 0 | 0.08 | 0.93 | 0.38 | 55.07 | 0.87 | 0.33 |
| Hex | 9D | 91 | B | 0 | 8 | 5D | 26 | 37 | 57 | 21 |
| Octal | 235 | 221 | 13 | 0 | 10 | 135 | 46 | 67 | 127 | 41 |
| Binary | 10011101 | 10010001 | 1011 | 0 | 1000 | 1011101 | 100110 | 110111 | 1010111 | 100001 |
Color Harmonies of #9D910B
Complementary color
Monochromatic Colors of #9D910B
Black with #9D910B
Text Example
Text Example
White with #9D910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D910B; }
p { color: rgb(157,145,11); }
H1.HeaderClassName
{
color: #9D910B;
}
.AnyTagClassName
{
color: #9D910B;
}
</style>
background-color css
<style>
a { background-color: #9D910B; }
a { background-color: rgb(157,145,11); }
div.DivClassName
{
background-color: #9D910B;
}
.BgClassName
{
background-color: #9D910B;
}
</style>
border-color css
<style>
span { border-color: #9D910B; }
span { border-color: rgb(157,145,11); }
td.TdClassName
{
border-color: #9D910B;
}
.TagClassName
{
border-color: #9D910B;
}
</style>