Shades of La Rioja #B4BA00
Tints of La Rioja #B4BA00
RGB
CMYK
RGB Variations
Color information
#B4BA00 (or 0xB4BA00) is known color: La Rioja. HEX triplet: B4, BA and 00. RGB value is (180,186,0). Sum of RGB (Red+Green+Blue) = 180+186+0=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BA00 is #4B45FF. Grayscale: #A3A3A3. Windows color (decimal): -4933120 or 47796. OLE color: 47796.
HSL color Cylindrical-coordinate representation of color #B4BA00: hue angle of 61.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4BA00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.27 |
| HSL | 61.94º | 1% | 0.36% | - |
| HSV(B) | 61.94º | 1% | 0.73% | - |
| XYZ | 36.38 | 44.82 | 6.73 | - |
| YUV | 163 | 36.01 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 0 | 0.03 | 0 | 1 | 0.27 | 61.94 | 1 | 0.36 |
| Hex | B4 | BA | 0 | 3 | 0 | 64 | 1B | 3E | 64 | 24 |
| Octal | 264 | 272 | 0 | 3 | 0 | 144 | 33 | 76 | 144 | 44 |
| Binary | 10110100 | 10111010 | 0 | 11 | 0 | 1100100 | 11011 | 111110 | 1100100 | 100100 |
Color Harmonies of #B4BA00
Complementary color
Monochromatic Colors of #B4BA00
Black with #B4BA00
Text Example
Text Example
White with #B4BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA00; }
p { color: rgb(180,186,0); }
H1.HeaderClassName
{
color: #B4BA00;
}
.AnyTagClassName
{
color: #B4BA00;
}
</style>
background-color css
<style>
a { background-color: #B4BA00; }
a { background-color: rgb(180,186,0); }
div.DivClassName
{
background-color: #B4BA00;
}
.BgClassName
{
background-color: #B4BA00;
}
</style>
border-color css
<style>
span { border-color: #B4BA00; }
span { border-color: rgb(180,186,0); }
td.TdClassName
{
border-color: #B4BA00;
}
.TagClassName
{
border-color: #B4BA00;
}
</style>