Shades of Lucky #B1A300
Tints of Lucky #B1A300
RGB
CMYK
RGB Variations
Color information
#B1A300 (or 0xB1A300) is known color: Lucky. HEX triplet: B1, A3 and 00. RGB value is (177,163,0). Sum of RGB (Red+Green+Blue) = 177+163+0=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A300 is #4E5CFF. Grayscale: #959595. Windows color (decimal): -5135616 or 41905. OLE color: 41905.
HSL color Cylindrical-coordinate representation of color #B1A300: hue angle of 55.25º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1A300 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.31 |
| HSL | 55.25º | 1% | 0.35% | - |
| HSV(B) | 55.25º | 1% | 0.69% | - |
| XYZ | 31.23 | 35.54 | 5.21 | - |
| YUV | 148.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 0 | 0 | 0.08 | 1 | 0.31 | 55.25 | 1 | 0.35 |
| Hex | B1 | A3 | 0 | 0 | 8 | 64 | 1F | 37 | 64 | 23 |
| Octal | 261 | 243 | 0 | 0 | 10 | 144 | 37 | 67 | 144 | 43 |
| Binary | 10110001 | 10100011 | 0 | 0 | 1000 | 1100100 | 11111 | 110111 | 1100100 | 100011 |
Color Harmonies of #B1A300
Complementary color
Monochromatic Colors of #B1A300
Black with #B1A300
Text Example
Text Example
White with #B1A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A300; }
p { color: rgb(177,163,0); }
H1.HeaderClassName
{
color: #B1A300;
}
.AnyTagClassName
{
color: #B1A300;
}
</style>
background-color css
<style>
a { background-color: #B1A300; }
a { background-color: rgb(177,163,0); }
div.DivClassName
{
background-color: #B1A300;
}
.BgClassName
{
background-color: #B1A300;
}
</style>
border-color css
<style>
span { border-color: #B1A300; }
span { border-color: rgb(177,163,0); }
td.TdClassName
{
border-color: #B1A300;
}
.TagClassName
{
border-color: #B1A300;
}
</style>