Shades of Lucky #B0AA0C
Tints of Lucky #B0AA0C
RGB
CMYK
RGB Variations
Color information
#B0AA0C (or 0xB0AA0C) is known color: Lucky. HEX triplet: B0, AA and 0C. RGB value is (176,170,12). Sum of RGB (Red+Green+Blue) = 176+170+12=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AA0C is #4F55F3. Grayscale: #9A9A9A. Windows color (decimal): -5199348 or 830128. OLE color: 830128.
HSL color Cylindrical-coordinate representation of color #B0AA0C: hue angle of 57.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0AA0C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 12 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.31 |
| HSL | 57.8º | 0.87% | 0.37% | - |
| HSV(B) | 57.8º | 0.93% | 0.69% | - |
| XYZ | 32.35 | 38.01 | 5.98 | - |
| YUV | 153.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 12 | 0 | 0.03 | 0.93 | 0.31 | 57.8 | 0.87 | 0.37 |
| Hex | B0 | AA | C | 0 | 3 | 5D | 1F | 3A | 57 | 25 |
| Octal | 260 | 252 | 14 | 0 | 3 | 135 | 37 | 72 | 127 | 45 |
| Binary | 10110000 | 10101010 | 1100 | 0 | 11 | 1011101 | 11111 | 111010 | 1010111 | 100101 |
Color Harmonies of #B0AA0C
Complementary color
Monochromatic Colors of #B0AA0C
Black with #B0AA0C
Text Example
Text Example
White with #B0AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA0C; }
p { color: rgb(176,170,12); }
H1.HeaderClassName
{
color: #B0AA0C;
}
.AnyTagClassName
{
color: #B0AA0C;
}
</style>
background-color css
<style>
a { background-color: #B0AA0C; }
a { background-color: rgb(176,170,12); }
div.DivClassName
{
background-color: #B0AA0C;
}
.BgClassName
{
background-color: #B0AA0C;
}
</style>
border-color css
<style>
span { border-color: #B0AA0C; }
span { border-color: rgb(176,170,12); }
td.TdClassName
{
border-color: #B0AA0C;
}
.TagClassName
{
border-color: #B0AA0C;
}
</style>