Shades of Lucky #9D9A03
Tints of Lucky #9D9A03
RGB
CMYK
RGB Variations
Color information
#9D9A03 (or 0x9D9A03) is known color: Lucky. HEX triplet: 9D, 9A and 03. RGB value is (157,154,3). Sum of RGB (Red+Green+Blue) = 157+154+3=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9A03 is #6265FC. Grayscale: #8A8A8A. Windows color (decimal): -6448637 or 236189. OLE color: 236189.
HSL color Cylindrical-coordinate representation of color #9D9A03: hue angle of 58.83º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D9A03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.38 |
| HSL | 58.83º | 0.96% | 0.31% | - |
| HSV(B) | 58.83º | 0.98% | 0.62% | - |
| XYZ | 25.48 | 30.29 | 4.59 | - |
| YUV | 137.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 3 | 0 | 0.02 | 0.98 | 0.38 | 58.83 | 0.96 | 0.31 |
| Hex | 9D | 9A | 3 | 0 | 2 | 62 | 26 | 3B | 60 | 1F |
| Octal | 235 | 232 | 3 | 0 | 2 | 142 | 46 | 73 | 140 | 37 |
| Binary | 10011101 | 10011010 | 11 | 0 | 10 | 1100010 | 100110 | 111011 | 1100000 | 11111 |
Color Harmonies of #9D9A03
Complementary color
Monochromatic Colors of #9D9A03
Black with #9D9A03
Text Example
Text Example
White with #9D9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A03; }
p { color: rgb(157,154,3); }
H1.HeaderClassName
{
color: #9D9A03;
}
.AnyTagClassName
{
color: #9D9A03;
}
</style>
background-color css
<style>
a { background-color: #9D9A03; }
a { background-color: rgb(157,154,3); }
div.DivClassName
{
background-color: #9D9A03;
}
.BgClassName
{
background-color: #9D9A03;
}
</style>
border-color css
<style>
span { border-color: #9D9A03; }
span { border-color: rgb(157,154,3); }
td.TdClassName
{
border-color: #9D9A03;
}
.TagClassName
{
border-color: #9D9A03;
}
</style>