Shades of Lucky #B2A01D
Tints of Lucky #B2A01D
RGB
CMYK
RGB Variations
Color information
#B2A01D (or 0xB2A01D) is known color: Lucky. HEX triplet: B2, A0 and 1D. RGB value is (178,160,29). Sum of RGB (Red+Green+Blue) = 178+160+29=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A01D is #4D5FE2. Grayscale: #969696. Windows color (decimal): -5070819 or 1941682. OLE color: 1941682.
HSL color Cylindrical-coordinate representation of color #B2A01D: hue angle of 52.75º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2A01D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 29 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.30 |
| HSL | 52.75º | 0.72% | 0.41% | - |
| HSV(B) | 52.75º | 0.84% | 0.7% | - |
| XYZ | 31.15 | 34.7 | 6.22 | - |
| YUV | 150.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 29 | 0 | 0.10 | 0.84 | 0.30 | 52.75 | 0.72 | 0.41 |
| Hex | B2 | A0 | 1D | 0 | A | 54 | 1E | 35 | 48 | 29 |
| Octal | 262 | 240 | 35 | 0 | 12 | 124 | 36 | 65 | 110 | 51 |
| Binary | 10110010 | 10100000 | 11101 | 0 | 1010 | 1010100 | 11110 | 110101 | 1001000 | 101001 |
Color Harmonies of #B2A01D
Complementary color
Monochromatic Colors of #B2A01D
Black with #B2A01D
Text Example
Text Example
White with #B2A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A01D; }
p { color: rgb(178,160,29); }
H1.HeaderClassName
{
color: #B2A01D;
}
.AnyTagClassName
{
color: #B2A01D;
}
</style>
background-color css
<style>
a { background-color: #B2A01D; }
a { background-color: rgb(178,160,29); }
div.DivClassName
{
background-color: #B2A01D;
}
.BgClassName
{
background-color: #B2A01D;
}
</style>
border-color css
<style>
span { border-color: #B2A01D; }
span { border-color: rgb(178,160,29); }
td.TdClassName
{
border-color: #B2A01D;
}
.TagClassName
{
border-color: #B2A01D;
}
</style>