Shades of Lucky #B3A301
Tints of Lucky #B3A301
RGB
CMYK
RGB Variations
Color information
#B3A301 (or 0xB3A301) is known color: Lucky. HEX triplet: B3, A3 and 01. RGB value is (179,163,1). Sum of RGB (Red+Green+Blue) = 179+163+1=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A301 is #4C5CFE. Grayscale: #959595. Windows color (decimal): -5004543 or 107443. OLE color: 107443.
HSL color Cylindrical-coordinate representation of color #B3A301: hue angle of 54.61º degrees, saturation: 0.99, 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 #B3A301 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.30 |
| HSL | 54.61º | 0.99% | 0.35% | - |
| HSV(B) | 54.61º | 0.99% | 0.7% | - |
| XYZ | 31.69 | 35.78 | 5.26 | - |
| YUV | 149.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 1 | 0 | 0.09 | 0.99 | 0.30 | 54.61 | 0.99 | 0.35 |
| Hex | B3 | A3 | 1 | 0 | 9 | 63 | 1E | 37 | 63 | 23 |
| Octal | 263 | 243 | 1 | 0 | 11 | 143 | 36 | 67 | 143 | 43 |
| Binary | 10110011 | 10100011 | 1 | 0 | 1001 | 1100011 | 11110 | 110111 | 1100011 | 100011 |
Color Harmonies of #B3A301
Complementary color
Monochromatic Colors of #B3A301
Black with #B3A301
Text Example
Text Example
White with #B3A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A301; }
p { color: rgb(179,163,1); }
H1.HeaderClassName
{
color: #B3A301;
}
.AnyTagClassName
{
color: #B3A301;
}
</style>
background-color css
<style>
a { background-color: #B3A301; }
a { background-color: rgb(179,163,1); }
div.DivClassName
{
background-color: #B3A301;
}
.BgClassName
{
background-color: #B3A301;
}
</style>
border-color css
<style>
span { border-color: #B3A301; }
span { border-color: rgb(179,163,1); }
td.TdClassName
{
border-color: #B3A301;
}
.TagClassName
{
border-color: #B3A301;
}
</style>