Shades of Lucky #B2A70A
Tints of Lucky #B2A70A
RGB
CMYK
RGB Variations
Color information
#B2A70A (or 0xB2A70A) is known color: Lucky. HEX triplet: B2, A7 and 0A. RGB value is (178,167,10). Sum of RGB (Red+Green+Blue) = 178+167+10=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A70A is #4D58F5. Grayscale: #999999. Windows color (decimal): -5069046 or 698290. OLE color: 698290.
HSL color Cylindrical-coordinate representation of color #B2A70A: hue angle of 56.07º degrees, saturation: 0.89, 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 #B2A70A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 10 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.30 |
| HSL | 56.07º | 0.89% | 0.37% | - |
| HSV(B) | 56.07º | 0.94% | 0.7% | - |
| XYZ | 32.23 | 37.12 | 5.75 | - |
| YUV | 152.39 | 47.64 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 10 | 0 | 0.06 | 0.94 | 0.30 | 56.07 | 0.89 | 0.37 |
| Hex | B2 | A7 | A | 0 | 6 | 5E | 1E | 38 | 59 | 25 |
| Octal | 262 | 247 | 12 | 0 | 6 | 136 | 36 | 70 | 131 | 45 |
| Binary | 10110010 | 10100111 | 1010 | 0 | 110 | 1011110 | 11110 | 111000 | 1011001 | 100101 |
Color Harmonies of #B2A70A
Complementary color
Monochromatic Colors of #B2A70A
Black with #B2A70A
Text Example
Text Example
White with #B2A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A70A; }
p { color: rgb(178,167,10); }
H1.HeaderClassName
{
color: #B2A70A;
}
.AnyTagClassName
{
color: #B2A70A;
}
</style>
background-color css
<style>
a { background-color: #B2A70A; }
a { background-color: rgb(178,167,10); }
div.DivClassName
{
background-color: #B2A70A;
}
.BgClassName
{
background-color: #B2A70A;
}
</style>
border-color css
<style>
span { border-color: #B2A70A; }
span { border-color: rgb(178,167,10); }
td.TdClassName
{
border-color: #B2A70A;
}
.TagClassName
{
border-color: #B2A70A;
}
</style>