Shades of Lucky #9D990B
Tints of Lucky #9D990B
RGB
CMYK
RGB Variations
Color information
#9D990B (or 0x9D990B) is known color: Lucky. HEX triplet: 9D, 99 and 0B. RGB value is (157,153,11). Sum of RGB (Red+Green+Blue) = 157+153+11=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D990B is #6266F4. Grayscale: #8A8A8A. Windows color (decimal): -6448885 or 760221. OLE color: 760221.
HSL color Cylindrical-coordinate representation of color #9D990B: hue angle of 58.36º 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 #9D990B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 11 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.38 |
| HSL | 58.36º | 0.87% | 0.33% | - |
| HSV(B) | 58.36º | 0.93% | 0.62% | - |
| XYZ | 25.36 | 29.97 | 4.77 | - |
| YUV | 138.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 11 | 0 | 0.03 | 0.93 | 0.38 | 58.36 | 0.87 | 0.33 |
| Hex | 9D | 99 | B | 0 | 3 | 5D | 26 | 3A | 57 | 21 |
| Octal | 235 | 231 | 13 | 0 | 3 | 135 | 46 | 72 | 127 | 41 |
| Binary | 10011101 | 10011001 | 1011 | 0 | 11 | 1011101 | 100110 | 111010 | 1010111 | 100001 |
Color Harmonies of #9D990B
Complementary color
Monochromatic Colors of #9D990B
Black with #9D990B
Text Example
Text Example
White with #9D990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D990B; }
p { color: rgb(157,153,11); }
H1.HeaderClassName
{
color: #9D990B;
}
.AnyTagClassName
{
color: #9D990B;
}
</style>
background-color css
<style>
a { background-color: #9D990B; }
a { background-color: rgb(157,153,11); }
div.DivClassName
{
background-color: #9D990B;
}
.BgClassName
{
background-color: #9D990B;
}
</style>
border-color css
<style>
span { border-color: #9D990B; }
span { border-color: rgb(157,153,11); }
td.TdClassName
{
border-color: #9D990B;
}
.TagClassName
{
border-color: #9D990B;
}
</style>