Shades of Lucky #B1A200
Tints of Lucky #B1A200
RGB
CMYK
RGB Variations
Color information
#B1A200 (or 0xB1A200) is known color: Lucky. HEX triplet: B1, A2 and 00. RGB value is (177,162,0). Sum of RGB (Red+Green+Blue) = 177+162+0=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A200 is #4E5DFF. Grayscale: #949494. Windows color (decimal): -5135872 or 41649. OLE color: 41649.
HSL color Cylindrical-coordinate representation of color #B1A200: hue angle of 54.92º 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 #B1A200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.31 |
| HSL | 54.92º | 1% | 0.35% | - |
| HSV(B) | 54.92º | 1% | 0.69% | - |
| XYZ | 31.05 | 35.19 | 5.16 | - |
| YUV | 148.02 | 44.47 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 0 | 0 | 0.08 | 1 | 0.31 | 54.92 | 1 | 0.35 |
| Hex | B1 | A2 | 0 | 0 | 8 | 64 | 1F | 37 | 64 | 23 |
| Octal | 261 | 242 | 0 | 0 | 10 | 144 | 37 | 67 | 144 | 43 |
| Binary | 10110001 | 10100010 | 0 | 0 | 1000 | 1100100 | 11111 | 110111 | 1100100 | 100011 |
Color Harmonies of #B1A200
Complementary color
Monochromatic Colors of #B1A200
Black with #B1A200
Text Example
Text Example
White with #B1A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A200; }
p { color: rgb(177,162,0); }
H1.HeaderClassName
{
color: #B1A200;
}
.AnyTagClassName
{
color: #B1A200;
}
</style>
background-color css
<style>
a { background-color: #B1A200; }
a { background-color: rgb(177,162,0); }
div.DivClassName
{
background-color: #B1A200;
}
.BgClassName
{
background-color: #B1A200;
}
</style>
border-color css
<style>
span { border-color: #B1A200; }
span { border-color: rgb(177,162,0); }
td.TdClassName
{
border-color: #B1A200;
}
.TagClassName
{
border-color: #B1A200;
}
</style>