Shades of Lucky #B2A611
Tints of Lucky #B2A611
RGB
CMYK
RGB Variations
Color information
#B2A611 (or 0xB2A611) is known color: Lucky. HEX triplet: B2, A6 and 11. RGB value is (178,166,17). Sum of RGB (Red+Green+Blue) = 178+166+17=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A611 is #4D59EE. Grayscale: #999999. Windows color (decimal): -5069295 or 1156786. OLE color: 1156786.
HSL color Cylindrical-coordinate representation of color #B2A611: hue angle of 55.53º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2A611 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 17 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.30 |
| HSL | 55.53º | 0.83% | 0.38% | - |
| HSV(B) | 55.53º | 0.9% | 0.7% | - |
| XYZ | 32.1 | 36.78 | 5.94 | - |
| YUV | 152.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 17 | 0 | 0.07 | 0.90 | 0.30 | 55.53 | 0.83 | 0.38 |
| Hex | B2 | A6 | 11 | 0 | 7 | 5A | 1E | 38 | 53 | 26 |
| Octal | 262 | 246 | 21 | 0 | 7 | 132 | 36 | 70 | 123 | 46 |
| Binary | 10110010 | 10100110 | 10001 | 0 | 111 | 1011010 | 11110 | 111000 | 1010011 | 100110 |
Color Harmonies of #B2A611
Complementary color
Monochromatic Colors of #B2A611
Black with #B2A611
Text Example
Text Example
White with #B2A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A611; }
p { color: rgb(178,166,17); }
H1.HeaderClassName
{
color: #B2A611;
}
.AnyTagClassName
{
color: #B2A611;
}
</style>
background-color css
<style>
a { background-color: #B2A611; }
a { background-color: rgb(178,166,17); }
div.DivClassName
{
background-color: #B2A611;
}
.BgClassName
{
background-color: #B2A611;
}
</style>
border-color css
<style>
span { border-color: #B2A611; }
span { border-color: rgb(178,166,17); }
td.TdClassName
{
border-color: #B2A611;
}
.TagClassName
{
border-color: #B2A611;
}
</style>