Shades of La Rioja #B2BF05
Tints of La Rioja #B2BF05
RGB
CMYK
RGB Variations
Color information
#B2BF05 (or 0xB2BF05) is known color: La Rioja. HEX triplet: B2, BF and 05. RGB value is (178,191,5). Sum of RGB (Red+Green+Blue) = 178+191+5=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF05 is #4D40FA. Grayscale: #A6A6A6. Windows color (decimal): -5062907 or 376754. OLE color: 376754.
HSL color Cylindrical-coordinate representation of color #B2BF05: hue angle of 64.19º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2BF05 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.25 |
| HSL | 64.19º | 0.95% | 0.38% | - |
| HSV(B) | 64.19º | 0.97% | 0.75% | - |
| XYZ | 37.02 | 46.74 | 7.21 | - |
| YUV | 165.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 5 | 0.07 | 0 | 0.97 | 0.25 | 64.19 | 0.95 | 0.38 |
| Hex | B2 | BF | 5 | 7 | 0 | 61 | 19 | 40 | 5F | 26 |
| Octal | 262 | 277 | 5 | 7 | 0 | 141 | 31 | 100 | 137 | 46 |
| Binary | 10110010 | 10111111 | 101 | 111 | 0 | 1100001 | 11001 | 1000000 | 1011111 | 100110 |
Color Harmonies of #B2BF05
Complementary color
Monochromatic Colors of #B2BF05
Black with #B2BF05
Text Example
Text Example
White with #B2BF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF05; }
p { color: rgb(178,191,5); }
H1.HeaderClassName
{
color: #B2BF05;
}
.AnyTagClassName
{
color: #B2BF05;
}
</style>
background-color css
<style>
a { background-color: #B2BF05; }
a { background-color: rgb(178,191,5); }
div.DivClassName
{
background-color: #B2BF05;
}
.BgClassName
{
background-color: #B2BF05;
}
</style>
border-color css
<style>
span { border-color: #B2BF05; }
span { border-color: rgb(178,191,5); }
td.TdClassName
{
border-color: #B2BF05;
}
.TagClassName
{
border-color: #B2BF05;
}
</style>