Shades of La Rioja #B5BA11
Tints of La Rioja #B5BA11
RGB
CMYK
RGB Variations
Color information
#B5BA11 (or 0xB5BA11) is known color: La Rioja. HEX triplet: B5, BA and 11. RGB value is (181,186,17). Sum of RGB (Red+Green+Blue) = 181+186+17=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA11 is #4A45EE. Grayscale: #A5A5A5. Windows color (decimal): -4867567 or 1161909. OLE color: 1161909.
HSL color Cylindrical-coordinate representation of color #B5BA11: hue angle of 61.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5BA11 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 17 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.27 |
| HSL | 61.78º | 0.83% | 0.4% | - |
| HSV(B) | 61.78º | 0.91% | 0.73% | - |
| XYZ | 36.72 | 44.98 | 7.28 | - |
| YUV | 165.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 17 | 0.03 | 0 | 0.91 | 0.27 | 61.78 | 0.83 | 0.4 |
| Hex | B5 | BA | 11 | 3 | 0 | 5B | 1B | 3E | 53 | 28 |
| Octal | 265 | 272 | 21 | 3 | 0 | 133 | 33 | 76 | 123 | 50 |
| Binary | 10110101 | 10111010 | 10001 | 11 | 0 | 1011011 | 11011 | 111110 | 1010011 | 101000 |
Color Harmonies of #B5BA11
Complementary color
Monochromatic Colors of #B5BA11
Black with #B5BA11
Text Example
Text Example
White with #B5BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA11; }
p { color: rgb(181,186,17); }
H1.HeaderClassName
{
color: #B5BA11;
}
.AnyTagClassName
{
color: #B5BA11;
}
</style>
background-color css
<style>
a { background-color: #B5BA11; }
a { background-color: rgb(181,186,17); }
div.DivClassName
{
background-color: #B5BA11;
}
.BgClassName
{
background-color: #B5BA11;
}
</style>
border-color css
<style>
span { border-color: #B5BA11; }
span { border-color: rgb(181,186,17); }
td.TdClassName
{
border-color: #B5BA11;
}
.TagClassName
{
border-color: #B5BA11;
}
</style>