Shades of Lucky #9D901E
Tints of Lucky #9D901E
RGB
CMYK
RGB Variations
Color information
#9D901E (or 0x9D901E) is known color: Lucky. HEX triplet: 9D, 90 and 1E. RGB value is (157,144,30). Sum of RGB (Red+Green+Blue) = 157+144+30=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D901E is #626FE1. Grayscale: #878787. Windows color (decimal): -6451170 or 2003101. OLE color: 2003101.
HSL color Cylindrical-coordinate representation of color #9D901E: hue angle of 53.86º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D901E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 30 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.38 |
| HSL | 53.86º | 0.68% | 0.37% | - |
| HSV(B) | 53.86º | 0.81% | 0.62% | - |
| XYZ | 24.11 | 27.21 | 5.21 | - |
| YUV | 134.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 30 | 0 | 0.08 | 0.81 | 0.38 | 53.86 | 0.68 | 0.37 |
| Hex | 9D | 90 | 1E | 0 | 8 | 51 | 26 | 36 | 44 | 25 |
| Octal | 235 | 220 | 36 | 0 | 10 | 121 | 46 | 66 | 104 | 45 |
| Binary | 10011101 | 10010000 | 11110 | 0 | 1000 | 1010001 | 100110 | 110110 | 1000100 | 100101 |
Color Harmonies of #9D901E
Complementary color
Monochromatic Colors of #9D901E
Black with #9D901E
Text Example
Text Example
White with #9D901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D901E; }
p { color: rgb(157,144,30); }
H1.HeaderClassName
{
color: #9D901E;
}
.AnyTagClassName
{
color: #9D901E;
}
</style>
background-color css
<style>
a { background-color: #9D901E; }
a { background-color: rgb(157,144,30); }
div.DivClassName
{
background-color: #9D901E;
}
.BgClassName
{
background-color: #9D901E;
}
</style>
border-color css
<style>
span { border-color: #9D901E; }
span { border-color: rgb(157,144,30); }
td.TdClassName
{
border-color: #9D901E;
}
.TagClassName
{
border-color: #9D901E;
}
</style>