Shades of Lucky #B0A604
Tints of Lucky #B0A604
RGB
CMYK
RGB Variations
Color information
#B0A604 (or 0xB0A604) is known color: Lucky. HEX triplet: B0, A6 and 04. RGB value is (176,166,4). Sum of RGB (Red+Green+Blue) = 176+166+4=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A604 is #4F59FB. Grayscale: #979797. Windows color (decimal): -5200380 or 304816. OLE color: 304816.
HSL color Cylindrical-coordinate representation of color #B0A604: hue angle of 56.51º degrees, saturation: 0.96, 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 #B0A604 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.31 |
| HSL | 56.51º | 0.96% | 0.35% | - |
| HSV(B) | 56.51º | 0.98% | 0.69% | - |
| XYZ | 31.56 | 36.51 | 5.5 | - |
| YUV | 150.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 4 | 0 | 0.06 | 0.98 | 0.31 | 56.51 | 0.96 | 0.35 |
| Hex | B0 | A6 | 4 | 0 | 6 | 62 | 1F | 39 | 60 | 23 |
| Octal | 260 | 246 | 4 | 0 | 6 | 142 | 37 | 71 | 140 | 43 |
| Binary | 10110000 | 10100110 | 100 | 0 | 110 | 1100010 | 11111 | 111001 | 1100000 | 100011 |
Color Harmonies of #B0A604
Complementary color
Monochromatic Colors of #B0A604
Black with #B0A604
Text Example
Text Example
White with #B0A604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A604; }
p { color: rgb(176,166,4); }
H1.HeaderClassName
{
color: #B0A604;
}
.AnyTagClassName
{
color: #B0A604;
}
</style>
background-color css
<style>
a { background-color: #B0A604; }
a { background-color: rgb(176,166,4); }
div.DivClassName
{
background-color: #B0A604;
}
.BgClassName
{
background-color: #B0A604;
}
</style>
border-color css
<style>
span { border-color: #B0A604; }
span { border-color: rgb(176,166,4); }
td.TdClassName
{
border-color: #B0A604;
}
.TagClassName
{
border-color: #B0A604;
}
</style>