Shades of Lucky #B0A30E
Tints of Lucky #B0A30E
RGB
CMYK
RGB Variations
Color information
#B0A30E (or 0xB0A30E) is known color: Lucky. HEX triplet: B0, A3 and 0E. RGB value is (176,163,14). Sum of RGB (Red+Green+Blue) = 176+163+14=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A30E is #4F5CF1. Grayscale: #969696. Windows color (decimal): -5201138 or 959408. OLE color: 959408.
HSL color Cylindrical-coordinate representation of color #B0A30E: hue angle of 55.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0A30E is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 14 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.31 |
| HSL | 55.19º | 0.85% | 0.37% | - |
| HSV(B) | 55.19º | 0.92% | 0.69% | - |
| XYZ | 31.08 | 35.46 | 5.62 | - |
| YUV | 149.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 14 | 0 | 0.07 | 0.92 | 0.31 | 55.19 | 0.85 | 0.37 |
| Hex | B0 | A3 | E | 0 | 7 | 5C | 1F | 37 | 55 | 25 |
| Octal | 260 | 243 | 16 | 0 | 7 | 134 | 37 | 67 | 125 | 45 |
| Binary | 10110000 | 10100011 | 1110 | 0 | 111 | 1011100 | 11111 | 110111 | 1010101 | 100101 |
Color Harmonies of #B0A30E
Complementary color
Monochromatic Colors of #B0A30E
Black with #B0A30E
Text Example
Text Example
White with #B0A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A30E; }
p { color: rgb(176,163,14); }
H1.HeaderClassName
{
color: #B0A30E;
}
.AnyTagClassName
{
color: #B0A30E;
}
</style>
background-color css
<style>
a { background-color: #B0A30E; }
a { background-color: rgb(176,163,14); }
div.DivClassName
{
background-color: #B0A30E;
}
.BgClassName
{
background-color: #B0A30E;
}
</style>
border-color css
<style>
span { border-color: #B0A30E; }
span { border-color: rgb(176,163,14); }
td.TdClassName
{
border-color: #B0A30E;
}
.TagClassName
{
border-color: #B0A30E;
}
</style>