Shades of Lucky #B2A201
Tints of Lucky #B2A201
RGB
CMYK
RGB Variations
Color information
#B2A201 (or 0xB2A201) is known color: Lucky. HEX triplet: B2, A2 and 01. RGB value is (178,162,1). Sum of RGB (Red+Green+Blue) = 178+162+1=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A201 is #4D5DFE. Grayscale: #959595. Windows color (decimal): -5070335 or 107186. OLE color: 107186.
HSL color Cylindrical-coordinate representation of color #B2A201: hue angle of 54.58º 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 #B2A201 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.30 |
| HSL | 54.58º | 0.99% | 0.35% | - |
| HSV(B) | 54.58º | 0.99% | 0.7% | - |
| XYZ | 31.29 | 35.31 | 5.19 | - |
| YUV | 148.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 1 | 0 | 0.09 | 0.99 | 0.30 | 54.58 | 0.99 | 0.35 |
| Hex | B2 | A2 | 1 | 0 | 9 | 63 | 1E | 37 | 63 | 23 |
| Octal | 262 | 242 | 1 | 0 | 11 | 143 | 36 | 67 | 143 | 43 |
| Binary | 10110010 | 10100010 | 1 | 0 | 1001 | 1100011 | 11110 | 110111 | 1100011 | 100011 |
Color Harmonies of #B2A201
Complementary color
Monochromatic Colors of #B2A201
Black with #B2A201
Text Example
Text Example
White with #B2A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A201; }
p { color: rgb(178,162,1); }
H1.HeaderClassName
{
color: #B2A201;
}
.AnyTagClassName
{
color: #B2A201;
}
</style>
background-color css
<style>
a { background-color: #B2A201; }
a { background-color: rgb(178,162,1); }
div.DivClassName
{
background-color: #B2A201;
}
.BgClassName
{
background-color: #B2A201;
}
</style>
border-color css
<style>
span { border-color: #B2A201; }
span { border-color: rgb(178,162,1); }
td.TdClassName
{
border-color: #B2A201;
}
.TagClassName
{
border-color: #B2A201;
}
</style>