Shades of La Rioja #B2AB04
Tints of La Rioja #B2AB04
RGB
CMYK
RGB Variations
Color information
#B2AB04 (or 0xB2AB04) is known color: La Rioja. HEX triplet: B2, AB and 04. RGB value is (178,171,4). Sum of RGB (Red+Green+Blue) = 178+171+4=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB04 is #4D54FB. Grayscale: #9A9A9A. Windows color (decimal): -5068028 or 306098. OLE color: 306098.
HSL color Cylindrical-coordinate representation of color #B2AB04: hue angle of 57.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2AB04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.30 |
| HSL | 57.59º | 0.96% | 0.36% | - |
| HSV(B) | 57.59º | 0.98% | 0.7% | - |
| XYZ | 32.94 | 38.6 | 5.83 | - |
| YUV | 154.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 4 | 0 | 0.04 | 0.98 | 0.30 | 57.59 | 0.96 | 0.36 |
| Hex | B2 | AB | 4 | 0 | 4 | 62 | 1E | 3A | 60 | 24 |
| Octal | 262 | 253 | 4 | 0 | 4 | 142 | 36 | 72 | 140 | 44 |
| Binary | 10110010 | 10101011 | 100 | 0 | 100 | 1100010 | 11110 | 111010 | 1100000 | 100100 |
Color Harmonies of #B2AB04
Complementary color
Monochromatic Colors of #B2AB04
Black with #B2AB04
Text Example
Text Example
White with #B2AB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB04; }
p { color: rgb(178,171,4); }
H1.HeaderClassName
{
color: #B2AB04;
}
.AnyTagClassName
{
color: #B2AB04;
}
</style>
background-color css
<style>
a { background-color: #B2AB04; }
a { background-color: rgb(178,171,4); }
div.DivClassName
{
background-color: #B2AB04;
}
.BgClassName
{
background-color: #B2AB04;
}
</style>
border-color css
<style>
span { border-color: #B2AB04; }
span { border-color: rgb(178,171,4); }
td.TdClassName
{
border-color: #B2AB04;
}
.TagClassName
{
border-color: #B2AB04;
}
</style>