Shades of Lucky #9D940B
Tints of Lucky #9D940B
RGB
CMYK
RGB Variations
Color information
#9D940B (or 0x9D940B) is known color: Lucky. HEX triplet: 9D, 94 and 0B. RGB value is (157,148,11). Sum of RGB (Red+Green+Blue) = 157+148+11=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D940B is #626BF4. Grayscale: #878787. Windows color (decimal): -6450165 or 758941. OLE color: 758941.
HSL color Cylindrical-coordinate representation of color #9D940B: hue angle of 56.3º 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 #9D940B is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 11 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.38 |
| HSL | 56.3º | 0.87% | 0.33% | - |
| HSV(B) | 56.3º | 0.93% | 0.62% | - |
| XYZ | 24.55 | 28.37 | 4.5 | - |
| YUV | 135.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 11 | 0 | 0.06 | 0.93 | 0.38 | 56.3 | 0.87 | 0.33 |
| Hex | 9D | 94 | B | 0 | 6 | 5D | 26 | 38 | 57 | 21 |
| Octal | 235 | 224 | 13 | 0 | 6 | 135 | 46 | 70 | 127 | 41 |
| Binary | 10011101 | 10010100 | 1011 | 0 | 110 | 1011101 | 100110 | 111000 | 1010111 | 100001 |
Color Harmonies of #9D940B
Complementary color
Monochromatic Colors of #9D940B
Black with #9D940B
Text Example
Text Example
White with #9D940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D940B; }
p { color: rgb(157,148,11); }
H1.HeaderClassName
{
color: #9D940B;
}
.AnyTagClassName
{
color: #9D940B;
}
</style>
background-color css
<style>
a { background-color: #9D940B; }
a { background-color: rgb(157,148,11); }
div.DivClassName
{
background-color: #9D940B;
}
.BgClassName
{
background-color: #9D940B;
}
</style>
border-color css
<style>
span { border-color: #9D940B; }
span { border-color: rgb(157,148,11); }
td.TdClassName
{
border-color: #9D940B;
}
.TagClassName
{
border-color: #9D940B;
}
</style>