Shades of Lucky #B0A70B
Tints of Lucky #B0A70B
RGB
CMYK
RGB Variations
Color information
#B0A70B (or 0xB0A70B) is known color: Lucky. HEX triplet: B0, A7 and 0B. RGB value is (176,167,11). Sum of RGB (Red+Green+Blue) = 176+167+11=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A70B is #4F58F4. Grayscale: #989898. Windows color (decimal): -5200117 or 763824. OLE color: 763824.
HSL color Cylindrical-coordinate representation of color #B0A70B: hue angle of 56.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0A70B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.31 |
| HSL | 56.73º | 0.88% | 0.37% | - |
| HSV(B) | 56.73º | 0.94% | 0.69% | - |
| XYZ | 31.78 | 36.89 | 5.76 | - |
| YUV | 151.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 11 | 0 | 0.05 | 0.94 | 0.31 | 56.73 | 0.88 | 0.37 |
| Hex | B0 | A7 | B | 0 | 5 | 5E | 1F | 39 | 58 | 25 |
| Octal | 260 | 247 | 13 | 0 | 5 | 136 | 37 | 71 | 130 | 45 |
| Binary | 10110000 | 10100111 | 1011 | 0 | 101 | 1011110 | 11111 | 111001 | 1011000 | 100101 |
Color Harmonies of #B0A70B
Complementary color
Monochromatic Colors of #B0A70B
Black with #B0A70B
Text Example
Text Example
White with #B0A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A70B; }
p { color: rgb(176,167,11); }
H1.HeaderClassName
{
color: #B0A70B;
}
.AnyTagClassName
{
color: #B0A70B;
}
</style>
background-color css
<style>
a { background-color: #B0A70B; }
a { background-color: rgb(176,167,11); }
div.DivClassName
{
background-color: #B0A70B;
}
.BgClassName
{
background-color: #B0A70B;
}
</style>
border-color css
<style>
span { border-color: #B0A70B; }
span { border-color: rgb(176,167,11); }
td.TdClassName
{
border-color: #B0A70B;
}
.TagClassName
{
border-color: #B0A70B;
}
</style>