Shades of Lucky #9B950F
Tints of Lucky #9B950F
RGB
CMYK
RGB Variations
Color information
#9B950F (or 0x9B950F) is known color: Lucky. HEX triplet: 9B, 95 and 0F. RGB value is (155,149,15). Sum of RGB (Red+Green+Blue) = 155+149+15=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B950F is #646AF0. Grayscale: #888888. Windows color (decimal): -6580977 or 1021339. OLE color: 1021339.
HSL color Cylindrical-coordinate representation of color #9B950F: hue angle of 57.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B950F is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 15 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.39 |
| HSL | 57.43º | 0.82% | 0.33% | - |
| HSV(B) | 57.43º | 0.9% | 0.61% | - |
| XYZ | 24.35 | 28.5 | 4.67 | - |
| YUV | 135.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 15 | 0 | 0.04 | 0.90 | 0.39 | 57.43 | 0.82 | 0.33 |
| Hex | 9B | 95 | F | 0 | 4 | 5A | 27 | 39 | 52 | 21 |
| Octal | 233 | 225 | 17 | 0 | 4 | 132 | 47 | 71 | 122 | 41 |
| Binary | 10011011 | 10010101 | 1111 | 0 | 100 | 1011010 | 100111 | 111001 | 1010010 | 100001 |
Color Harmonies of #9B950F
Complementary color
Monochromatic Colors of #9B950F
Black with #9B950F
Text Example
Text Example
White with #9B950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B950F; }
p { color: rgb(155,149,15); }
H1.HeaderClassName
{
color: #9B950F;
}
.AnyTagClassName
{
color: #9B950F;
}
</style>
background-color css
<style>
a { background-color: #9B950F; }
a { background-color: rgb(155,149,15); }
div.DivClassName
{
background-color: #9B950F;
}
.BgClassName
{
background-color: #9B950F;
}
</style>
border-color css
<style>
span { border-color: #9B950F; }
span { border-color: rgb(155,149,15); }
td.TdClassName
{
border-color: #9B950F;
}
.TagClassName
{
border-color: #9B950F;
}
</style>