Shades of La Rioja #B2BA05
Tints of La Rioja #B2BA05
RGB
CMYK
RGB Variations
Color information
#B2BA05 (or 0xB2BA05) is known color: La Rioja. HEX triplet: B2, BA and 05. RGB value is (178,186,5). Sum of RGB (Red+Green+Blue) = 178+186+5=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA05 is #4D45FA. Grayscale: #A3A3A3. Windows color (decimal): -5064187 or 375474. OLE color: 375474.
HSL color Cylindrical-coordinate representation of color #B2BA05: hue angle of 62.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2BA05 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.27 |
| HSL | 62.65º | 0.95% | 0.37% | - |
| HSV(B) | 62.65º | 0.97% | 0.73% | - |
| XYZ | 35.95 | 44.59 | 6.86 | - |
| YUV | 162.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 5 | 0.04 | 0 | 0.97 | 0.27 | 62.65 | 0.95 | 0.37 |
| Hex | B2 | BA | 5 | 4 | 0 | 61 | 1B | 3F | 5F | 25 |
| Octal | 262 | 272 | 5 | 4 | 0 | 141 | 33 | 77 | 137 | 45 |
| Binary | 10110010 | 10111010 | 101 | 100 | 0 | 1100001 | 11011 | 111111 | 1011111 | 100101 |
Color Harmonies of #B2BA05
Complementary color
Monochromatic Colors of #B2BA05
Black with #B2BA05
Text Example
Text Example
White with #B2BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA05; }
p { color: rgb(178,186,5); }
H1.HeaderClassName
{
color: #B2BA05;
}
.AnyTagClassName
{
color: #B2BA05;
}
</style>
background-color css
<style>
a { background-color: #B2BA05; }
a { background-color: rgb(178,186,5); }
div.DivClassName
{
background-color: #B2BA05;
}
.BgClassName
{
background-color: #B2BA05;
}
</style>
border-color css
<style>
span { border-color: #B2BA05; }
span { border-color: rgb(178,186,5); }
td.TdClassName
{
border-color: #B2BA05;
}
.TagClassName
{
border-color: #B2BA05;
}
</style>