Shades of La Rioja #B2BA06
Tints of La Rioja #B2BA06
RGB
CMYK
RGB Variations
Color information
#B2BA06 (or 0xB2BA06) is known color: La Rioja. HEX triplet: B2, BA and 06. RGB value is (178,186,6). Sum of RGB (Red+Green+Blue) = 178+186+6=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA06 is #4D45F9. Grayscale: #A3A3A3. Windows color (decimal): -5064186 or 441010. OLE color: 441010.
HSL color Cylindrical-coordinate representation of color #B2BA06: hue angle of 62.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2BA06 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.27 |
| HSL | 62.67º | 0.94% | 0.38% | - |
| HSV(B) | 62.67º | 0.97% | 0.73% | - |
| XYZ | 35.95 | 44.6 | 6.89 | - |
| YUV | 163.09 | 39.35 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 6 | 0.04 | 0 | 0.97 | 0.27 | 62.67 | 0.94 | 0.38 |
| Hex | B2 | BA | 6 | 4 | 0 | 61 | 1B | 3F | 5E | 26 |
| Octal | 262 | 272 | 6 | 4 | 0 | 141 | 33 | 77 | 136 | 46 |
| Binary | 10110010 | 10111010 | 110 | 100 | 0 | 1100001 | 11011 | 111111 | 1011110 | 100110 |
Color Harmonies of #B2BA06
Complementary color
Monochromatic Colors of #B2BA06
Black with #B2BA06
Text Example
Text Example
White with #B2BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA06; }
p { color: rgb(178,186,6); }
H1.HeaderClassName
{
color: #B2BA06;
}
.AnyTagClassName
{
color: #B2BA06;
}
</style>
background-color css
<style>
a { background-color: #B2BA06; }
a { background-color: rgb(178,186,6); }
div.DivClassName
{
background-color: #B2BA06;
}
.BgClassName
{
background-color: #B2BA06;
}
</style>
border-color css
<style>
span { border-color: #B2BA06; }
span { border-color: rgb(178,186,6); }
td.TdClassName
{
border-color: #B2BA06;
}
.TagClassName
{
border-color: #B2BA06;
}
</style>