Shades of La Rioja #B5BA09
Tints of La Rioja #B5BA09
RGB
CMYK
RGB Variations
Color information
#B5BA09 (or 0xB5BA09) is known color: La Rioja. HEX triplet: B5, BA and 09. RGB value is (181,186,9). Sum of RGB (Red+Green+Blue) = 181+186+9=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA09 is #4A45F6. Grayscale: #A5A5A5. Windows color (decimal): -4867575 or 637621. OLE color: 637621.
HSL color Cylindrical-coordinate representation of color #B5BA09: hue angle of 61.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5BA09 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 9 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.27 |
| HSL | 61.69º | 0.91% | 0.38% | - |
| HSV(B) | 61.69º | 0.95% | 0.73% | - |
| XYZ | 36.66 | 44.96 | 7 | - |
| YUV | 164.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 9 | 0.03 | 0 | 0.95 | 0.27 | 61.69 | 0.91 | 0.38 |
| Hex | B5 | BA | 9 | 3 | 0 | 5F | 1B | 3E | 5B | 26 |
| Octal | 265 | 272 | 11 | 3 | 0 | 137 | 33 | 76 | 133 | 46 |
| Binary | 10110101 | 10111010 | 1001 | 11 | 0 | 1011111 | 11011 | 111110 | 1011011 | 100110 |
Color Harmonies of #B5BA09
Complementary color
Monochromatic Colors of #B5BA09
Black with #B5BA09
Text Example
Text Example
White with #B5BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA09; }
p { color: rgb(181,186,9); }
H1.HeaderClassName
{
color: #B5BA09;
}
.AnyTagClassName
{
color: #B5BA09;
}
</style>
background-color css
<style>
a { background-color: #B5BA09; }
a { background-color: rgb(181,186,9); }
div.DivClassName
{
background-color: #B5BA09;
}
.BgClassName
{
background-color: #B5BA09;
}
</style>
border-color css
<style>
span { border-color: #B5BA09; }
span { border-color: rgb(181,186,9); }
td.TdClassName
{
border-color: #B5BA09;
}
.TagClassName
{
border-color: #B5BA09;
}
</style>