Shades of Lucky #B0A70D
Tints of Lucky #B0A70D
RGB
CMYK
RGB Variations
Color information
#B0A70D (or 0xB0A70D) is known color: Lucky. HEX triplet: B0, A7 and 0D. RGB value is (176,167,13). Sum of RGB (Red+Green+Blue) = 176+167+13=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A70D is #4F58F2. Grayscale: #989898. Windows color (decimal): -5200115 or 894896. OLE color: 894896.
HSL color Cylindrical-coordinate representation of color #B0A70D: hue angle of 56.69º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0A70D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 13 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.31 |
| HSL | 56.69º | 0.86% | 0.37% | - |
| HSV(B) | 56.69º | 0.93% | 0.69% | - |
| XYZ | 31.8 | 36.9 | 5.83 | - |
| YUV | 152.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 13 | 0 | 0.05 | 0.93 | 0.31 | 56.69 | 0.86 | 0.37 |
| Hex | B0 | A7 | D | 0 | 5 | 5D | 1F | 39 | 56 | 25 |
| Octal | 260 | 247 | 15 | 0 | 5 | 135 | 37 | 71 | 126 | 45 |
| Binary | 10110000 | 10100111 | 1101 | 0 | 101 | 1011101 | 11111 | 111001 | 1010110 | 100101 |
Color Harmonies of #B0A70D
Complementary color
Monochromatic Colors of #B0A70D
Black with #B0A70D
Text Example
Text Example
White with #B0A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A70D; }
p { color: rgb(176,167,13); }
H1.HeaderClassName
{
color: #B0A70D;
}
.AnyTagClassName
{
color: #B0A70D;
}
</style>
background-color css
<style>
a { background-color: #B0A70D; }
a { background-color: rgb(176,167,13); }
div.DivClassName
{
background-color: #B0A70D;
}
.BgClassName
{
background-color: #B0A70D;
}
</style>
border-color css
<style>
span { border-color: #B0A70D; }
span { border-color: rgb(176,167,13); }
td.TdClassName
{
border-color: #B0A70D;
}
.TagClassName
{
border-color: #B0A70D;
}
</style>