Shades of Lucky #B0A000
Tints of Lucky #B0A000
RGB
CMYK
RGB Variations
Color information
#B0A000 (or 0xB0A000) is known color: Lucky. HEX triplet: B0, A0 and 00. RGB value is (176,160,0). Sum of RGB (Red+Green+Blue) = 176+160+0=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A000 is #4F5FFF. Grayscale: #939393. Windows color (decimal): -5201920 or 41136. OLE color: 41136.
HSL color Cylindrical-coordinate representation of color #B0A000: hue angle of 54.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0A000 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.31 |
| HSL | 54.55º | 1% | 0.35% | - |
| HSV(B) | 54.55º | 1% | 0.69% | - |
| XYZ | 30.48 | 34.37 | 5.03 | - |
| YUV | 146.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 0 | 0 | 0.09 | 1 | 0.31 | 54.55 | 1 | 0.35 |
| Hex | B0 | A0 | 0 | 0 | 9 | 64 | 1F | 37 | 64 | 23 |
| Octal | 260 | 240 | 0 | 0 | 11 | 144 | 37 | 67 | 144 | 43 |
| Binary | 10110000 | 10100000 | 0 | 0 | 1001 | 1100100 | 11111 | 110111 | 1100100 | 100011 |
Color Harmonies of #B0A000
Complementary color
Monochromatic Colors of #B0A000
Black with #B0A000
Text Example
Text Example
White with #B0A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A000; }
p { color: rgb(176,160,0); }
H1.HeaderClassName
{
color: #B0A000;
}
.AnyTagClassName
{
color: #B0A000;
}
</style>
background-color css
<style>
a { background-color: #B0A000; }
a { background-color: rgb(176,160,0); }
div.DivClassName
{
background-color: #B0A000;
}
.BgClassName
{
background-color: #B0A000;
}
</style>
border-color css
<style>
span { border-color: #B0A000; }
span { border-color: rgb(176,160,0); }
td.TdClassName
{
border-color: #B0A000;
}
.TagClassName
{
border-color: #B0A000;
}
</style>