Shades of Lucky #99950F
Tints of Lucky #99950F
RGB
CMYK
RGB Variations
Color information
#99950F (or 0x99950F) is known color: Lucky. HEX triplet: 99, 95 and 0F. RGB value is (153,149,15). Sum of RGB (Red+Green+Blue) = 153+149+15=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99950F is #666AF0. Grayscale: #878787. Windows color (decimal): -6712049 or 1021337. OLE color: 1021337.
HSL color Cylindrical-coordinate representation of color #99950F: hue angle of 58.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99950F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 15 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.4 |
| HSL | 58.26º | 0.82% | 0.33% | - |
| HSV(B) | 58.26º | 0.9% | 0.6% | - |
| XYZ | 23.97 | 28.3 | 4.65 | - |
| YUV | 134.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 15 | 0 | 0.03 | 0.90 | 0.4 | 58.26 | 0.82 | 0.33 |
| Hex | 99 | 95 | F | 0 | 3 | 5A | 28 | 3A | 52 | 21 |
| Octal | 231 | 225 | 17 | 0 | 3 | 132 | 50 | 72 | 122 | 41 |
| Binary | 10011001 | 10010101 | 1111 | 0 | 11 | 1011010 | 101000 | 111010 | 1010010 | 100001 |
Color Harmonies of #99950F
Complementary color
Monochromatic Colors of #99950F
Black with #99950F
Text Example
Text Example
White with #99950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99950F; }
p { color: rgb(153,149,15); }
H1.HeaderClassName
{
color: #99950F;
}
.AnyTagClassName
{
color: #99950F;
}
</style>
background-color css
<style>
a { background-color: #99950F; }
a { background-color: rgb(153,149,15); }
div.DivClassName
{
background-color: #99950F;
}
.BgClassName
{
background-color: #99950F;
}
</style>
border-color css
<style>
span { border-color: #99950F; }
span { border-color: rgb(153,149,15); }
td.TdClassName
{
border-color: #99950F;
}
.TagClassName
{
border-color: #99950F;
}
</style>