Shades of Lucky #B2A110
Tints of Lucky #B2A110
RGB
CMYK
RGB Variations
Color information
#B2A110 (or 0xB2A110) is known color: Lucky. HEX triplet: B2, A1 and 10. RGB value is (178,161,16). Sum of RGB (Red+Green+Blue) = 178+161+16=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A110 is #4D5EEF. Grayscale: #969696. Windows color (decimal): -5070576 or 1089970. OLE color: 1089970.
HSL color Cylindrical-coordinate representation of color #B2A110: hue angle of 53.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2A110 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 16 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.30 |
| HSL | 53.7º | 0.84% | 0.38% | - |
| HSV(B) | 53.7º | 0.91% | 0.7% | - |
| XYZ | 31.2 | 34.99 | 5.6 | - |
| YUV | 149.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 16 | 0 | 0.10 | 0.91 | 0.30 | 53.7 | 0.84 | 0.38 |
| Hex | B2 | A1 | 10 | 0 | A | 5B | 1E | 36 | 54 | 26 |
| Octal | 262 | 241 | 20 | 0 | 12 | 133 | 36 | 66 | 124 | 46 |
| Binary | 10110010 | 10100001 | 10000 | 0 | 1010 | 1011011 | 11110 | 110110 | 1010100 | 100110 |
Color Harmonies of #B2A110
Complementary color
Monochromatic Colors of #B2A110
Black with #B2A110
Text Example
Text Example
White with #B2A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A110; }
p { color: rgb(178,161,16); }
H1.HeaderClassName
{
color: #B2A110;
}
.AnyTagClassName
{
color: #B2A110;
}
</style>
background-color css
<style>
a { background-color: #B2A110; }
a { background-color: rgb(178,161,16); }
div.DivClassName
{
background-color: #B2A110;
}
.BgClassName
{
background-color: #B2A110;
}
</style>
border-color css
<style>
span { border-color: #B2A110; }
span { border-color: rgb(178,161,16); }
td.TdClassName
{
border-color: #B2A110;
}
.TagClassName
{
border-color: #B2A110;
}
</style>