Shades of Lucky #B2A001
Tints of Lucky #B2A001
RGB
CMYK
RGB Variations
Color information
#B2A001 (or 0xB2A001) is known color: Lucky. HEX triplet: B2, A0 and 01. RGB value is (178,160,1). Sum of RGB (Red+Green+Blue) = 178+160+1=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A001 is #4D5FFE. Grayscale: #939393. Windows color (decimal): -5070847 or 106674. OLE color: 106674.
HSL color Cylindrical-coordinate representation of color #B2A001: hue angle of 53.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2A001 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.30 |
| HSL | 53.9º | 0.99% | 0.35% | - |
| HSV(B) | 53.9º | 0.99% | 0.7% | - |
| XYZ | 30.94 | 34.61 | 5.08 | - |
| YUV | 147.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 1 | 0 | 0.10 | 0.99 | 0.30 | 53.9 | 0.99 | 0.35 |
| Hex | B2 | A0 | 1 | 0 | A | 63 | 1E | 36 | 63 | 23 |
| Octal | 262 | 240 | 1 | 0 | 12 | 143 | 36 | 66 | 143 | 43 |
| Binary | 10110010 | 10100000 | 1 | 0 | 1010 | 1100011 | 11110 | 110110 | 1100011 | 100011 |
Color Harmonies of #B2A001
Complementary color
Monochromatic Colors of #B2A001
Black with #B2A001
Text Example
Text Example
White with #B2A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A001; }
p { color: rgb(178,160,1); }
H1.HeaderClassName
{
color: #B2A001;
}
.AnyTagClassName
{
color: #B2A001;
}
</style>
background-color css
<style>
a { background-color: #B2A001; }
a { background-color: rgb(178,160,1); }
div.DivClassName
{
background-color: #B2A001;
}
.BgClassName
{
background-color: #B2A001;
}
</style>
border-color css
<style>
span { border-color: #B2A001; }
span { border-color: rgb(178,160,1); }
td.TdClassName
{
border-color: #B2A001;
}
.TagClassName
{
border-color: #B2A001;
}
</style>