Shades of Lucky #9B970F
Tints of Lucky #9B970F
RGB
CMYK
RGB Variations
Color information
#9B970F (or 0x9B970F) is known color: Lucky. HEX triplet: 9B, 97 and 0F. RGB value is (155,151,15). Sum of RGB (Red+Green+Blue) = 155+151+15=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B970F is #6468F0. Grayscale: #898989. Windows color (decimal): -6580465 or 1021851. OLE color: 1021851.
HSL color Cylindrical-coordinate representation of color #9B970F: hue angle of 58.29º 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 #9B970F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 15 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.39 |
| HSL | 58.29º | 0.82% | 0.33% | - |
| HSV(B) | 58.29º | 0.9% | 0.61% | - |
| XYZ | 24.67 | 29.14 | 4.78 | - |
| YUV | 136.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 15 | 0 | 0.03 | 0.90 | 0.39 | 58.29 | 0.82 | 0.33 |
| Hex | 9B | 97 | F | 0 | 3 | 5A | 27 | 3A | 52 | 21 |
| Octal | 233 | 227 | 17 | 0 | 3 | 132 | 47 | 72 | 122 | 41 |
| Binary | 10011011 | 10010111 | 1111 | 0 | 11 | 1011010 | 100111 | 111010 | 1010010 | 100001 |
Color Harmonies of #9B970F
Complementary color
Monochromatic Colors of #9B970F
Black with #9B970F
Text Example
Text Example
White with #9B970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B970F; }
p { color: rgb(155,151,15); }
H1.HeaderClassName
{
color: #9B970F;
}
.AnyTagClassName
{
color: #9B970F;
}
</style>
background-color css
<style>
a { background-color: #9B970F; }
a { background-color: rgb(155,151,15); }
div.DivClassName
{
background-color: #9B970F;
}
.BgClassName
{
background-color: #9B970F;
}
</style>
border-color css
<style>
span { border-color: #9B970F; }
span { border-color: rgb(155,151,15); }
td.TdClassName
{
border-color: #9B970F;
}
.TagClassName
{
border-color: #9B970F;
}
</style>