Shades of Lucky #B3A102
Tints of Lucky #B3A102
RGB
CMYK
RGB Variations
Color information
#B3A102 (or 0xB3A102) is known color: Lucky. HEX triplet: B3, A1 and 02. RGB value is (179,161,2). Sum of RGB (Red+Green+Blue) = 179+161+2=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A102 is #4C5EFD. Grayscale: #949494. Windows color (decimal): -5005054 or 172467. OLE color: 172467.
HSL color Cylindrical-coordinate representation of color #B3A102: hue angle of 53.9º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3A102 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.30 |
| HSL | 53.9º | 0.98% | 0.35% | - |
| HSV(B) | 53.9º | 0.99% | 0.7% | - |
| XYZ | 31.35 | 35.08 | 5.18 | - |
| YUV | 148.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 2 | 0 | 0.10 | 0.99 | 0.30 | 53.9 | 0.98 | 0.35 |
| Hex | B3 | A1 | 2 | 0 | A | 63 | 1E | 36 | 62 | 23 |
| Octal | 263 | 241 | 2 | 0 | 12 | 143 | 36 | 66 | 142 | 43 |
| Binary | 10110011 | 10100001 | 10 | 0 | 1010 | 1100011 | 11110 | 110110 | 1100010 | 100011 |
Color Harmonies of #B3A102
Complementary color
Monochromatic Colors of #B3A102
Black with #B3A102
Text Example
Text Example
White with #B3A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A102; }
p { color: rgb(179,161,2); }
H1.HeaderClassName
{
color: #B3A102;
}
.AnyTagClassName
{
color: #B3A102;
}
</style>
background-color css
<style>
a { background-color: #B3A102; }
a { background-color: rgb(179,161,2); }
div.DivClassName
{
background-color: #B3A102;
}
.BgClassName
{
background-color: #B3A102;
}
</style>
border-color css
<style>
span { border-color: #B3A102; }
span { border-color: rgb(179,161,2); }
td.TdClassName
{
border-color: #B3A102;
}
.TagClassName
{
border-color: #B3A102;
}
</style>