Shades of Lucky #9D9B10
Tints of Lucky #9D9B10
RGB
CMYK
RGB Variations
Color information
#9D9B10 (or 0x9D9B10) is known color: Lucky. HEX triplet: 9D, 9B and 10. RGB value is (157,155,16). Sum of RGB (Red+Green+Blue) = 157+155+16=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9B10 is #6264EF. Grayscale: #8C8C8C. Windows color (decimal): -6448368 or 1088413. OLE color: 1088413.
HSL color Cylindrical-coordinate representation of color #9D9B10: hue angle of 59.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D9B10 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 155 | 16 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.38 |
| HSL | 59.15º | 0.82% | 0.34% | - |
| HSV(B) | 59.15º | 0.9% | 0.62% | - |
| XYZ | 25.72 | 30.65 | 5.05 | - |
| YUV | 139.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 16 | 0 | 0.01 | 0.90 | 0.38 | 59.15 | 0.82 | 0.34 |
| Hex | 9D | 9B | 10 | 0 | 1 | 5A | 26 | 3B | 52 | 22 |
| Octal | 235 | 233 | 20 | 0 | 1 | 132 | 46 | 73 | 122 | 42 |
| Binary | 10011101 | 10011011 | 10000 | 0 | 1 | 1011010 | 100110 | 111011 | 1010010 | 100010 |
Color Harmonies of #9D9B10
Complementary color
Monochromatic Colors of #9D9B10
Black with #9D9B10
Text Example
Text Example
White with #9D9B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9B10; }
p { color: rgb(157,155,16); }
H1.HeaderClassName
{
color: #9D9B10;
}
.AnyTagClassName
{
color: #9D9B10;
}
</style>
background-color css
<style>
a { background-color: #9D9B10; }
a { background-color: rgb(157,155,16); }
div.DivClassName
{
background-color: #9D9B10;
}
.BgClassName
{
background-color: #9D9B10;
}
</style>
border-color css
<style>
span { border-color: #9D9B10; }
span { border-color: rgb(157,155,16); }
td.TdClassName
{
border-color: #9D9B10;
}
.TagClassName
{
border-color: #9D9B10;
}
</style>