Shades of Lucky #B1A21A
Tints of Lucky #B1A21A
RGB
CMYK
RGB Variations
Color information
#B1A21A (or 0xB1A21A) is known color: Lucky. HEX triplet: B1, A2 and 1A. RGB value is (177,162,26). Sum of RGB (Red+Green+Blue) = 177+162+26=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A21A is #4E5DE5. Grayscale: #979797. Windows color (decimal): -5135846 or 1745585. OLE color: 1745585.
HSL color Cylindrical-coordinate representation of color #B1A21A: hue angle of 54.04º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1A21A is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 26 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.31 |
| HSL | 54.04º | 0.74% | 0.4% | - |
| HSV(B) | 54.04º | 0.85% | 0.69% | - |
| XYZ | 31.24 | 35.26 | 6.14 | - |
| YUV | 150.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 26 | 0 | 0.08 | 0.85 | 0.31 | 54.04 | 0.74 | 0.4 |
| Hex | B1 | A2 | 1A | 0 | 8 | 55 | 1F | 36 | 4A | 28 |
| Octal | 261 | 242 | 32 | 0 | 10 | 125 | 37 | 66 | 112 | 50 |
| Binary | 10110001 | 10100010 | 11010 | 0 | 1000 | 1010101 | 11111 | 110110 | 1001010 | 101000 |
Color Harmonies of #B1A21A
Complementary color
Monochromatic Colors of #B1A21A
Black with #B1A21A
Text Example
Text Example
White with #B1A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A21A; }
p { color: rgb(177,162,26); }
H1.HeaderClassName
{
color: #B1A21A;
}
.AnyTagClassName
{
color: #B1A21A;
}
</style>
background-color css
<style>
a { background-color: #B1A21A; }
a { background-color: rgb(177,162,26); }
div.DivClassName
{
background-color: #B1A21A;
}
.BgClassName
{
background-color: #B1A21A;
}
</style>
border-color css
<style>
span { border-color: #B1A21A; }
span { border-color: rgb(177,162,26); }
td.TdClassName
{
border-color: #B1A21A;
}
.TagClassName
{
border-color: #B1A21A;
}
</style>