Shades of Lucky #B3A20A
Tints of Lucky #B3A20A
RGB
CMYK
RGB Variations
Color information
#B3A20A (or 0xB3A20A) is known color: Lucky. HEX triplet: B3, A2 and 0A. RGB value is (179,162,10). Sum of RGB (Red+Green+Blue) = 179+162+10=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A20A is #4C5DF5. Grayscale: #969696. Windows color (decimal): -5004790 or 697011. OLE color: 697011.
HSL color Cylindrical-coordinate representation of color #B3A20A: hue angle of 53.96º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3A20A is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 10 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.30 |
| HSL | 53.96º | 0.89% | 0.37% | - |
| HSV(B) | 53.96º | 0.94% | 0.7% | - |
| XYZ | 31.57 | 35.45 | 5.47 | - |
| YUV | 149.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 10 | 0 | 0.09 | 0.94 | 0.30 | 53.96 | 0.89 | 0.37 |
| Hex | B3 | A2 | A | 0 | 9 | 5E | 1E | 36 | 59 | 25 |
| Octal | 263 | 242 | 12 | 0 | 11 | 136 | 36 | 66 | 131 | 45 |
| Binary | 10110011 | 10100010 | 1010 | 0 | 1001 | 1011110 | 11110 | 110110 | 1011001 | 100101 |
Color Harmonies of #B3A20A
Complementary color
Monochromatic Colors of #B3A20A
Black with #B3A20A
Text Example
Text Example
White with #B3A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A20A; }
p { color: rgb(179,162,10); }
H1.HeaderClassName
{
color: #B3A20A;
}
.AnyTagClassName
{
color: #B3A20A;
}
</style>
background-color css
<style>
a { background-color: #B3A20A; }
a { background-color: rgb(179,162,10); }
div.DivClassName
{
background-color: #B3A20A;
}
.BgClassName
{
background-color: #B3A20A;
}
</style>
border-color css
<style>
span { border-color: #B3A20A; }
span { border-color: rgb(179,162,10); }
td.TdClassName
{
border-color: #B3A20A;
}
.TagClassName
{
border-color: #B3A20A;
}
</style>