Shades of Lucky #B0A203
Tints of Lucky #B0A203
RGB
CMYK
RGB Variations
Color information
#B0A203 (or 0xB0A203) is known color: Lucky. HEX triplet: B0, A2 and 03. RGB value is (176,162,3). Sum of RGB (Red+Green+Blue) = 176+162+3=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A203 is #4F5DFC. Grayscale: #949494. Windows color (decimal): -5201405 or 238256. OLE color: 238256.
HSL color Cylindrical-coordinate representation of color #B0A203: hue angle of 55.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0A203 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 3 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.31 |
| HSL | 55.14º | 0.97% | 0.35% | - |
| HSV(B) | 55.14º | 0.98% | 0.69% | - |
| XYZ | 30.84 | 35.08 | 5.23 | - |
| YUV | 148.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 3 | 0 | 0.08 | 0.98 | 0.31 | 55.14 | 0.97 | 0.35 |
| Hex | B0 | A2 | 3 | 0 | 8 | 62 | 1F | 37 | 61 | 23 |
| Octal | 260 | 242 | 3 | 0 | 10 | 142 | 37 | 67 | 141 | 43 |
| Binary | 10110000 | 10100010 | 11 | 0 | 1000 | 1100010 | 11111 | 110111 | 1100001 | 100011 |
Color Harmonies of #B0A203
Complementary color
Monochromatic Colors of #B0A203
Black with #B0A203
Text Example
Text Example
White with #B0A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A203; }
p { color: rgb(176,162,3); }
H1.HeaderClassName
{
color: #B0A203;
}
.AnyTagClassName
{
color: #B0A203;
}
</style>
background-color css
<style>
a { background-color: #B0A203; }
a { background-color: rgb(176,162,3); }
div.DivClassName
{
background-color: #B0A203;
}
.BgClassName
{
background-color: #B0A203;
}
</style>
border-color css
<style>
span { border-color: #B0A203; }
span { border-color: rgb(176,162,3); }
td.TdClassName
{
border-color: #B0A203;
}
.TagClassName
{
border-color: #B0A203;
}
</style>