Shades of La Rioja #B2BA03
Tints of La Rioja #B2BA03
RGB
CMYK
RGB Variations
Color information
#B2BA03 (or 0xB2BA03) is known color: La Rioja. HEX triplet: B2, BA and 03. RGB value is (178,186,3). Sum of RGB (Red+Green+Blue) = 178+186+3=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA03 is #4D45FC. Grayscale: #A3A3A3. Windows color (decimal): -5064189 or 244402. OLE color: 244402.
HSL color Cylindrical-coordinate representation of color #B2BA03: hue angle of 62.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2BA03 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.27 |
| HSL | 62.62º | 0.97% | 0.37% | - |
| HSV(B) | 62.62º | 0.98% | 0.73% | - |
| XYZ | 35.94 | 44.59 | 6.8 | - |
| YUV | 162.75 | 37.85 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 3 | 0.04 | 0 | 0.98 | 0.27 | 62.62 | 0.97 | 0.37 |
| Hex | B2 | BA | 3 | 4 | 0 | 62 | 1B | 3F | 61 | 25 |
| Octal | 262 | 272 | 3 | 4 | 0 | 142 | 33 | 77 | 141 | 45 |
| Binary | 10110010 | 10111010 | 11 | 100 | 0 | 1100010 | 11011 | 111111 | 1100001 | 100101 |
Color Harmonies of #B2BA03
Complementary color
Monochromatic Colors of #B2BA03
Black with #B2BA03
Text Example
Text Example
White with #B2BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA03; }
p { color: rgb(178,186,3); }
H1.HeaderClassName
{
color: #B2BA03;
}
.AnyTagClassName
{
color: #B2BA03;
}
</style>
background-color css
<style>
a { background-color: #B2BA03; }
a { background-color: rgb(178,186,3); }
div.DivClassName
{
background-color: #B2BA03;
}
.BgClassName
{
background-color: #B2BA03;
}
</style>
border-color css
<style>
span { border-color: #B2BA03; }
span { border-color: rgb(178,186,3); }
td.TdClassName
{
border-color: #B2BA03;
}
.TagClassName
{
border-color: #B2BA03;
}
</style>