Shades of La Rioja #B2AF04
Tints of La Rioja #B2AF04
RGB
CMYK
RGB Variations
Color information
#B2AF04 (or 0xB2AF04) is known color: La Rioja. HEX triplet: B2, AF and 04. RGB value is (178,175,4). Sum of RGB (Red+Green+Blue) = 178+175+4=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF04 is #4D50FB. Grayscale: #9D9D9D. Windows color (decimal): -5067004 or 307122. OLE color: 307122.
HSL color Cylindrical-coordinate representation of color #B2AF04: hue angle of 58.97º 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 #B2AF04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.30 |
| HSL | 58.97º | 0.96% | 0.36% | - |
| HSV(B) | 58.97º | 0.98% | 0.7% | - |
| XYZ | 33.71 | 40.13 | 6.08 | - |
| YUV | 156.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 4 | 0 | 0.02 | 0.98 | 0.30 | 58.97 | 0.96 | 0.36 |
| Hex | B2 | AF | 4 | 0 | 2 | 62 | 1E | 3B | 60 | 24 |
| Octal | 262 | 257 | 4 | 0 | 2 | 142 | 36 | 73 | 140 | 44 |
| Binary | 10110010 | 10101111 | 100 | 0 | 10 | 1100010 | 11110 | 111011 | 1100000 | 100100 |
Color Harmonies of #B2AF04
Complementary color
Monochromatic Colors of #B2AF04
Black with #B2AF04
Text Example
Text Example
White with #B2AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF04; }
p { color: rgb(178,175,4); }
H1.HeaderClassName
{
color: #B2AF04;
}
.AnyTagClassName
{
color: #B2AF04;
}
</style>
background-color css
<style>
a { background-color: #B2AF04; }
a { background-color: rgb(178,175,4); }
div.DivClassName
{
background-color: #B2AF04;
}
.BgClassName
{
background-color: #B2AF04;
}
</style>
border-color css
<style>
span { border-color: #B2AF04; }
span { border-color: rgb(178,175,4); }
td.TdClassName
{
border-color: #B2AF04;
}
.TagClassName
{
border-color: #B2AF04;
}
</style>