Shades of Lucky #99950B
Tints of Lucky #99950B
RGB
CMYK
RGB Variations
Color information
#99950B (or 0x99950B) is known color: Lucky. HEX triplet: 99, 95 and 0B. RGB value is (153,149,11). Sum of RGB (Red+Green+Blue) = 153+149+11=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99950B is #666AF4. Grayscale: #878787. Windows color (decimal): -6712053 or 759193. OLE color: 759193.
HSL color Cylindrical-coordinate representation of color #99950B: hue angle of 58.31º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99950B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 11 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.4 |
| HSL | 58.31º | 0.87% | 0.32% | - |
| HSV(B) | 58.31º | 0.93% | 0.6% | - |
| XYZ | 23.94 | 28.29 | 4.52 | - |
| YUV | 134.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 11 | 0 | 0.03 | 0.93 | 0.4 | 58.31 | 0.87 | 0.32 |
| Hex | 99 | 95 | B | 0 | 3 | 5D | 28 | 3A | 57 | 20 |
| Octal | 231 | 225 | 13 | 0 | 3 | 135 | 50 | 72 | 127 | 40 |
| Binary | 10011001 | 10010101 | 1011 | 0 | 11 | 1011101 | 101000 | 111010 | 1010111 | 100000 |
Color Harmonies of #99950B
Complementary color
Monochromatic Colors of #99950B
Black with #99950B
Text Example
Text Example
White with #99950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99950B; }
p { color: rgb(153,149,11); }
H1.HeaderClassName
{
color: #99950B;
}
.AnyTagClassName
{
color: #99950B;
}
</style>
background-color css
<style>
a { background-color: #99950B; }
a { background-color: rgb(153,149,11); }
div.DivClassName
{
background-color: #99950B;
}
.BgClassName
{
background-color: #99950B;
}
</style>
border-color css
<style>
span { border-color: #99950B; }
span { border-color: rgb(153,149,11); }
td.TdClassName
{
border-color: #99950B;
}
.TagClassName
{
border-color: #99950B;
}
</style>