Shades of Lucky #B2A70B
Tints of Lucky #B2A70B
RGB
CMYK
RGB Variations
Color information
#B2A70B (or 0xB2A70B) is known color: Lucky. HEX triplet: B2, A7 and 0B. RGB value is (178,167,11). Sum of RGB (Red+Green+Blue) = 178+167+11=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A70B is #4D58F4. Grayscale: #999999. Windows color (decimal): -5069045 or 763826. OLE color: 763826.
HSL color Cylindrical-coordinate representation of color #B2A70B: hue angle of 56.05º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2A70B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.30 |
| HSL | 56.05º | 0.88% | 0.37% | - |
| HSV(B) | 56.05º | 0.94% | 0.7% | - |
| XYZ | 32.24 | 37.13 | 5.78 | - |
| YUV | 152.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 11 | 0 | 0.06 | 0.94 | 0.30 | 56.05 | 0.88 | 0.37 |
| Hex | B2 | A7 | B | 0 | 6 | 5E | 1E | 38 | 58 | 25 |
| Octal | 262 | 247 | 13 | 0 | 6 | 136 | 36 | 70 | 130 | 45 |
| Binary | 10110010 | 10100111 | 1011 | 0 | 110 | 1011110 | 11110 | 111000 | 1011000 | 100101 |
Color Harmonies of #B2A70B
Complementary color
Monochromatic Colors of #B2A70B
Black with #B2A70B
Text Example
Text Example
White with #B2A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A70B; }
p { color: rgb(178,167,11); }
H1.HeaderClassName
{
color: #B2A70B;
}
.AnyTagClassName
{
color: #B2A70B;
}
</style>
background-color css
<style>
a { background-color: #B2A70B; }
a { background-color: rgb(178,167,11); }
div.DivClassName
{
background-color: #B2A70B;
}
.BgClassName
{
background-color: #B2A70B;
}
</style>
border-color css
<style>
span { border-color: #B2A70B; }
span { border-color: rgb(178,167,11); }
td.TdClassName
{
border-color: #B2A70B;
}
.TagClassName
{
border-color: #B2A70B;
}
</style>