Shades of Lucky #B4A30A
Tints of Lucky #B4A30A
RGB
CMYK
RGB Variations
Color information
#B4A30A (or 0xB4A30A) is known color: Lucky. HEX triplet: B4, A3 and 0A. RGB value is (180,163,10). Sum of RGB (Red+Green+Blue) = 180+163+10=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A30A is #4B5CF5. Grayscale: #979797. Windows color (decimal): -4938998 or 697268. OLE color: 697268.
HSL color Cylindrical-coordinate representation of color #B4A30A: hue angle of 54º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4A30A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 10 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.29 |
| HSL | 54º | 0.89% | 0.37% | - |
| HSV(B) | 54º | 0.94% | 0.71% | - |
| XYZ | 31.97 | 35.92 | 5.54 | - |
| YUV | 150.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 10 | 0 | 0.09 | 0.94 | 0.29 | 54 | 0.89 | 0.37 |
| Hex | B4 | A3 | A | 0 | 9 | 5E | 1D | 36 | 59 | 25 |
| Octal | 264 | 243 | 12 | 0 | 11 | 136 | 35 | 66 | 131 | 45 |
| Binary | 10110100 | 10100011 | 1010 | 0 | 1001 | 1011110 | 11101 | 110110 | 1011001 | 100101 |
Color Harmonies of #B4A30A
Complementary color
Monochromatic Colors of #B4A30A
Black with #B4A30A
Text Example
Text Example
White with #B4A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A30A; }
p { color: rgb(180,163,10); }
H1.HeaderClassName
{
color: #B4A30A;
}
.AnyTagClassName
{
color: #B4A30A;
}
</style>
background-color css
<style>
a { background-color: #B4A30A; }
a { background-color: rgb(180,163,10); }
div.DivClassName
{
background-color: #B4A30A;
}
.BgClassName
{
background-color: #B4A30A;
}
</style>
border-color css
<style>
span { border-color: #B4A30A; }
span { border-color: rgb(180,163,10); }
td.TdClassName
{
border-color: #B4A30A;
}
.TagClassName
{
border-color: #B4A30A;
}
</style>