Shades of Lucky #9D900B
Tints of Lucky #9D900B
RGB
CMYK
RGB Variations
Color information
#9D900B (or 0x9D900B) is known color: Lucky. HEX triplet: 9D, 90 and 0B. RGB value is (157,144,11). Sum of RGB (Red+Green+Blue) = 157+144+11=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D900B is #626FF4. Grayscale: #858585. Windows color (decimal): -6451189 or 757917. OLE color: 757917.
HSL color Cylindrical-coordinate representation of color #9D900B: hue angle of 54.66º 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 #9D900B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.38 |
| HSL | 54.66º | 0.87% | 0.33% | - |
| HSV(B) | 54.66º | 0.93% | 0.62% | - |
| XYZ | 23.94 | 27.14 | 4.29 | - |
| YUV | 132.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 11 | 0 | 0.08 | 0.93 | 0.38 | 54.66 | 0.87 | 0.33 |
| Hex | 9D | 90 | B | 0 | 8 | 5D | 26 | 37 | 57 | 21 |
| Octal | 235 | 220 | 13 | 0 | 10 | 135 | 46 | 67 | 127 | 41 |
| Binary | 10011101 | 10010000 | 1011 | 0 | 1000 | 1011101 | 100110 | 110111 | 1010111 | 100001 |
Color Harmonies of #9D900B
Complementary color
Monochromatic Colors of #9D900B
Black with #9D900B
Text Example
Text Example
White with #9D900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D900B; }
p { color: rgb(157,144,11); }
H1.HeaderClassName
{
color: #9D900B;
}
.AnyTagClassName
{
color: #9D900B;
}
</style>
background-color css
<style>
a { background-color: #9D900B; }
a { background-color: rgb(157,144,11); }
div.DivClassName
{
background-color: #9D900B;
}
.BgClassName
{
background-color: #9D900B;
}
</style>
border-color css
<style>
span { border-color: #9D900B; }
span { border-color: rgb(157,144,11); }
td.TdClassName
{
border-color: #9D900B;
}
.TagClassName
{
border-color: #9D900B;
}
</style>