Shades of Lucky #B2A60C
Tints of Lucky #B2A60C
RGB
CMYK
RGB Variations
Color information
#B2A60C (or 0xB2A60C) is known color: Lucky. HEX triplet: B2, A6 and 0C. RGB value is (178,166,12). Sum of RGB (Red+Green+Blue) = 178+166+12=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A60C is #4D59F3. Grayscale: #989898. Windows color (decimal): -5069300 or 829106. OLE color: 829106.
HSL color Cylindrical-coordinate representation of color #B2A60C: hue angle of 55.66º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2A60C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 12 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.30 |
| HSL | 55.66º | 0.87% | 0.37% | - |
| HSV(B) | 55.66º | 0.93% | 0.7% | - |
| XYZ | 32.06 | 36.76 | 5.75 | - |
| YUV | 152.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 12 | 0 | 0.07 | 0.93 | 0.30 | 55.66 | 0.87 | 0.37 |
| Hex | B2 | A6 | C | 0 | 7 | 5D | 1E | 38 | 57 | 25 |
| Octal | 262 | 246 | 14 | 0 | 7 | 135 | 36 | 70 | 127 | 45 |
| Binary | 10110010 | 10100110 | 1100 | 0 | 111 | 1011101 | 11110 | 111000 | 1010111 | 100101 |
Color Harmonies of #B2A60C
Complementary color
Monochromatic Colors of #B2A60C
Black with #B2A60C
Text Example
Text Example
White with #B2A60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A60C; }
p { color: rgb(178,166,12); }
H1.HeaderClassName
{
color: #B2A60C;
}
.AnyTagClassName
{
color: #B2A60C;
}
</style>
background-color css
<style>
a { background-color: #B2A60C; }
a { background-color: rgb(178,166,12); }
div.DivClassName
{
background-color: #B2A60C;
}
.BgClassName
{
background-color: #B2A60C;
}
</style>
border-color css
<style>
span { border-color: #B2A60C; }
span { border-color: rgb(178,166,12); }
td.TdClassName
{
border-color: #B2A60C;
}
.TagClassName
{
border-color: #B2A60C;
}
</style>