Shades of Lucky #B1A000
Tints of Lucky #B1A000
RGB
CMYK
RGB Variations
Color information
#B1A000 (or 0xB1A000) is known color: Lucky. HEX triplet: B1, A0 and 00. RGB value is (177,160,0). Sum of RGB (Red+Green+Blue) = 177+160+0=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A000 is #4E5FFF. Grayscale: #939393. Windows color (decimal): -5136384 or 41137. OLE color: 41137.
HSL color Cylindrical-coordinate representation of color #B1A000: hue angle of 54.24º 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 #B1A000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.31 |
| HSL | 54.24º | 1% | 0.35% | - |
| HSV(B) | 54.24º | 1% | 0.69% | - |
| XYZ | 30.7 | 34.49 | 5.04 | - |
| YUV | 146.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 0 | 0 | 0.10 | 1 | 0.31 | 54.24 | 1 | 0.35 |
| Hex | B1 | A0 | 0 | 0 | A | 64 | 1F | 36 | 64 | 23 |
| Octal | 261 | 240 | 0 | 0 | 12 | 144 | 37 | 66 | 144 | 43 |
| Binary | 10110001 | 10100000 | 0 | 0 | 1010 | 1100100 | 11111 | 110110 | 1100100 | 100011 |
Color Harmonies of #B1A000
Complementary color
Monochromatic Colors of #B1A000
Black with #B1A000
Text Example
Text Example
White with #B1A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A000; }
p { color: rgb(177,160,0); }
H1.HeaderClassName
{
color: #B1A000;
}
.AnyTagClassName
{
color: #B1A000;
}
</style>
background-color css
<style>
a { background-color: #B1A000; }
a { background-color: rgb(177,160,0); }
div.DivClassName
{
background-color: #B1A000;
}
.BgClassName
{
background-color: #B1A000;
}
</style>
border-color css
<style>
span { border-color: #B1A000; }
span { border-color: rgb(177,160,0); }
td.TdClassName
{
border-color: #B1A000;
}
.TagClassName
{
border-color: #B1A000;
}
</style>