Shades of La Rioja #B6BA00
Tints of La Rioja #B6BA00
RGB
CMYK
RGB Variations
Color information
#B6BA00 (or 0xB6BA00) is known color: La Rioja. HEX triplet: B6, BA and 00. RGB value is (182,186,0). Sum of RGB (Red+Green+Blue) = 182+186+0=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BA00 is #4945FF. Grayscale: #A4A4A4. Windows color (decimal): -4802048 or 47798. OLE color: 47798.
HSL color Cylindrical-coordinate representation of color #B6BA00: hue angle of 61.29º 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 #B6BA00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.27 |
| HSL | 61.29º | 1% | 0.36% | - |
| HSV(B) | 61.29º | 1% | 0.73% | - |
| XYZ | 36.85 | 45.06 | 6.76 | - |
| YUV | 163.6 | 35.67 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 0 | 0.02 | 0 | 1 | 0.27 | 61.29 | 1 | 0.36 |
| Hex | B6 | BA | 0 | 2 | 0 | 64 | 1B | 3D | 64 | 24 |
| Octal | 266 | 272 | 0 | 2 | 0 | 144 | 33 | 75 | 144 | 44 |
| Binary | 10110110 | 10111010 | 0 | 10 | 0 | 1100100 | 11011 | 111101 | 1100100 | 100100 |
Color Harmonies of #B6BA00
Complementary color
Monochromatic Colors of #B6BA00
Black with #B6BA00
Text Example
Text Example
White with #B6BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA00; }
p { color: rgb(182,186,0); }
H1.HeaderClassName
{
color: #B6BA00;
}
.AnyTagClassName
{
color: #B6BA00;
}
</style>
background-color css
<style>
a { background-color: #B6BA00; }
a { background-color: rgb(182,186,0); }
div.DivClassName
{
background-color: #B6BA00;
}
.BgClassName
{
background-color: #B6BA00;
}
</style>
border-color css
<style>
span { border-color: #B6BA00; }
span { border-color: rgb(182,186,0); }
td.TdClassName
{
border-color: #B6BA00;
}
.TagClassName
{
border-color: #B6BA00;
}
</style>