Shades of Lucky #B3A601
Tints of Lucky #B3A601
RGB
CMYK
RGB Variations
Color information
#B3A601 (or 0xB3A601) is known color: Lucky. HEX triplet: B3, A6 and 01. RGB value is (179,166,1). Sum of RGB (Red+Green+Blue) = 179+166+1=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A601 is #4C59FE. Grayscale: #979797. Windows color (decimal): -5003775 or 108211. OLE color: 108211.
HSL color Cylindrical-coordinate representation of color #B3A601: hue angle of 55.62º 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 #B3A601 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.30 |
| HSL | 55.62º | 0.99% | 0.35% | - |
| HSV(B) | 55.62º | 0.99% | 0.7% | - |
| XYZ | 32.23 | 36.86 | 5.44 | - |
| YUV | 151.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 1 | 0 | 0.07 | 0.99 | 0.30 | 55.62 | 0.99 | 0.35 |
| Hex | B3 | A6 | 1 | 0 | 7 | 63 | 1E | 38 | 63 | 23 |
| Octal | 263 | 246 | 1 | 0 | 7 | 143 | 36 | 70 | 143 | 43 |
| Binary | 10110011 | 10100110 | 1 | 0 | 111 | 1100011 | 11110 | 111000 | 1100011 | 100011 |
Color Harmonies of #B3A601
Complementary color
Monochromatic Colors of #B3A601
Black with #B3A601
Text Example
Text Example
White with #B3A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A601; }
p { color: rgb(179,166,1); }
H1.HeaderClassName
{
color: #B3A601;
}
.AnyTagClassName
{
color: #B3A601;
}
</style>
background-color css
<style>
a { background-color: #B3A601; }
a { background-color: rgb(179,166,1); }
div.DivClassName
{
background-color: #B3A601;
}
.BgClassName
{
background-color: #B3A601;
}
</style>
border-color css
<style>
span { border-color: #B3A601; }
span { border-color: rgb(179,166,1); }
td.TdClassName
{
border-color: #B3A601;
}
.TagClassName
{
border-color: #B3A601;
}
</style>