Shades of Lucky #B0A80B
Tints of Lucky #B0A80B
RGB
CMYK
RGB Variations
Color information
#B0A80B (or 0xB0A80B) is known color: Lucky. HEX triplet: B0, A8 and 0B. RGB value is (176,168,11). Sum of RGB (Red+Green+Blue) = 176+168+11=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A80B is #4F57F4. Grayscale: #999999. Windows color (decimal): -5199861 or 764080. OLE color: 764080.
HSL color Cylindrical-coordinate representation of color #B0A80B: hue angle of 57.09º 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 #B0A80B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.31 |
| HSL | 57.09º | 0.88% | 0.37% | - |
| HSV(B) | 57.09º | 0.94% | 0.69% | - |
| XYZ | 31.97 | 37.26 | 5.82 | - |
| YUV | 152.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 11 | 0 | 0.05 | 0.94 | 0.31 | 57.09 | 0.88 | 0.37 |
| Hex | B0 | A8 | B | 0 | 5 | 5E | 1F | 39 | 58 | 25 |
| Octal | 260 | 250 | 13 | 0 | 5 | 136 | 37 | 71 | 130 | 45 |
| Binary | 10110000 | 10101000 | 1011 | 0 | 101 | 1011110 | 11111 | 111001 | 1011000 | 100101 |
Color Harmonies of #B0A80B
Complementary color
Monochromatic Colors of #B0A80B
Black with #B0A80B
Text Example
Text Example
White with #B0A80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A80B; }
p { color: rgb(176,168,11); }
H1.HeaderClassName
{
color: #B0A80B;
}
.AnyTagClassName
{
color: #B0A80B;
}
</style>
background-color css
<style>
a { background-color: #B0A80B; }
a { background-color: rgb(176,168,11); }
div.DivClassName
{
background-color: #B0A80B;
}
.BgClassName
{
background-color: #B0A80B;
}
</style>
border-color css
<style>
span { border-color: #B0A80B; }
span { border-color: rgb(176,168,11); }
td.TdClassName
{
border-color: #B0A80B;
}
.TagClassName
{
border-color: #B0A80B;
}
</style>