Shades of La Rioja #B2AF03
Tints of La Rioja #B2AF03
RGB
CMYK
RGB Variations
Color information
#B2AF03 (or 0xB2AF03) is known color: La Rioja. HEX triplet: B2, AF and 03. RGB value is (178,175,3). Sum of RGB (Red+Green+Blue) = 178+175+3=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF03 is #4D50FC. Grayscale: #9C9C9C. Windows color (decimal): -5067005 or 241586. OLE color: 241586.
HSL color Cylindrical-coordinate representation of color #B2AF03: hue angle of 58.97º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2AF03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.30 |
| HSL | 58.97º | 0.97% | 0.35% | - |
| HSV(B) | 58.97º | 0.98% | 0.7% | - |
| XYZ | 33.71 | 40.13 | 6.06 | - |
| YUV | 156.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 3 | 0 | 0.02 | 0.98 | 0.30 | 58.97 | 0.97 | 0.35 |
| Hex | B2 | AF | 3 | 0 | 2 | 62 | 1E | 3B | 61 | 23 |
| Octal | 262 | 257 | 3 | 0 | 2 | 142 | 36 | 73 | 141 | 43 |
| Binary | 10110010 | 10101111 | 11 | 0 | 10 | 1100010 | 11110 | 111011 | 1100001 | 100011 |
Color Harmonies of #B2AF03
Complementary color
Monochromatic Colors of #B2AF03
Black with #B2AF03
Text Example
Text Example
White with #B2AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF03; }
p { color: rgb(178,175,3); }
H1.HeaderClassName
{
color: #B2AF03;
}
.AnyTagClassName
{
color: #B2AF03;
}
</style>
background-color css
<style>
a { background-color: #B2AF03; }
a { background-color: rgb(178,175,3); }
div.DivClassName
{
background-color: #B2AF03;
}
.BgClassName
{
background-color: #B2AF03;
}
</style>
border-color css
<style>
span { border-color: #B2AF03; }
span { border-color: rgb(178,175,3); }
td.TdClassName
{
border-color: #B2AF03;
}
.TagClassName
{
border-color: #B2AF03;
}
</style>