Shades of Lucky #B0A202
Tints of Lucky #B0A202
RGB
CMYK
RGB Variations
Color information
#B0A202 (or 0xB0A202) is known color: Lucky. HEX triplet: B0, A2 and 02. RGB value is (176,162,2). Sum of RGB (Red+Green+Blue) = 176+162+2=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A202 is #4F5DFD. Grayscale: #949494. Windows color (decimal): -5201406 or 172720. OLE color: 172720.
HSL color Cylindrical-coordinate representation of color #B0A202: hue angle of 55.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0A202 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.31 |
| HSL | 55.17º | 0.98% | 0.35% | - |
| HSV(B) | 55.17º | 0.99% | 0.69% | - |
| XYZ | 30.84 | 35.08 | 5.2 | - |
| YUV | 147.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 2 | 0 | 0.08 | 0.99 | 0.31 | 55.17 | 0.98 | 0.35 |
| Hex | B0 | A2 | 2 | 0 | 8 | 63 | 1F | 37 | 62 | 23 |
| Octal | 260 | 242 | 2 | 0 | 10 | 143 | 37 | 67 | 142 | 43 |
| Binary | 10110000 | 10100010 | 10 | 0 | 1000 | 1100011 | 11111 | 110111 | 1100010 | 100011 |
Color Harmonies of #B0A202
Complementary color
Monochromatic Colors of #B0A202
Black with #B0A202
Text Example
Text Example
White with #B0A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A202; }
p { color: rgb(176,162,2); }
H1.HeaderClassName
{
color: #B0A202;
}
.AnyTagClassName
{
color: #B0A202;
}
</style>
background-color css
<style>
a { background-color: #B0A202; }
a { background-color: rgb(176,162,2); }
div.DivClassName
{
background-color: #B0A202;
}
.BgClassName
{
background-color: #B0A202;
}
</style>
border-color css
<style>
span { border-color: #B0A202; }
span { border-color: rgb(176,162,2); }
td.TdClassName
{
border-color: #B0A202;
}
.TagClassName
{
border-color: #B0A202;
}
</style>