Shades of Lucky #B3A302
Tints of Lucky #B3A302
RGB
CMYK
RGB Variations
Color information
#B3A302 (or 0xB3A302) is known color: Lucky. HEX triplet: B3, A3 and 02. RGB value is (179,163,2). Sum of RGB (Red+Green+Blue) = 179+163+2=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A302 is #4C5CFD. Grayscale: #969696. Windows color (decimal): -5004542 or 172979. OLE color: 172979.
HSL color Cylindrical-coordinate representation of color #B3A302: hue angle of 54.58º 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 #B3A302 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.30 |
| HSL | 54.58º | 0.98% | 0.35% | - |
| HSV(B) | 54.58º | 0.99% | 0.7% | - |
| XYZ | 31.7 | 35.78 | 5.29 | - |
| YUV | 149.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 2 | 0 | 0.09 | 0.99 | 0.30 | 54.58 | 0.98 | 0.35 |
| Hex | B3 | A3 | 2 | 0 | 9 | 63 | 1E | 37 | 62 | 23 |
| Octal | 263 | 243 | 2 | 0 | 11 | 143 | 36 | 67 | 142 | 43 |
| Binary | 10110011 | 10100011 | 10 | 0 | 1001 | 1100011 | 11110 | 110111 | 1100010 | 100011 |
Color Harmonies of #B3A302
Complementary color
Monochromatic Colors of #B3A302
Black with #B3A302
Text Example
Text Example
White with #B3A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A302; }
p { color: rgb(179,163,2); }
H1.HeaderClassName
{
color: #B3A302;
}
.AnyTagClassName
{
color: #B3A302;
}
</style>
background-color css
<style>
a { background-color: #B3A302; }
a { background-color: rgb(179,163,2); }
div.DivClassName
{
background-color: #B3A302;
}
.BgClassName
{
background-color: #B3A302;
}
</style>
border-color css
<style>
span { border-color: #B3A302; }
span { border-color: rgb(179,163,2); }
td.TdClassName
{
border-color: #B3A302;
}
.TagClassName
{
border-color: #B3A302;
}
</style>