Shades of La Rioja #B2BC07
Tints of La Rioja #B2BC07
RGB
CMYK
RGB Variations
Color information
#B2BC07 (or 0xB2BC07) is known color: La Rioja. HEX triplet: B2, BC and 07. RGB value is (178,188,7). Sum of RGB (Red+Green+Blue) = 178+188+7=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC07 is #4D43F8. Grayscale: #A5A5A5. Windows color (decimal): -5063673 or 507058. OLE color: 507058.
HSL color Cylindrical-coordinate representation of color #B2BC07: hue angle of 63.31º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2BC07 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 7 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.26 |
| HSL | 63.31º | 0.93% | 0.38% | - |
| HSV(B) | 63.31º | 0.96% | 0.74% | - |
| XYZ | 36.38 | 45.45 | 7.06 | - |
| YUV | 164.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 7 | 0.05 | 0 | 0.96 | 0.26 | 63.31 | 0.93 | 0.38 |
| Hex | B2 | BC | 7 | 5 | 0 | 60 | 1A | 3F | 5D | 26 |
| Octal | 262 | 274 | 7 | 5 | 0 | 140 | 32 | 77 | 135 | 46 |
| Binary | 10110010 | 10111100 | 111 | 101 | 0 | 1100000 | 11010 | 111111 | 1011101 | 100110 |
Color Harmonies of #B2BC07
Complementary color
Monochromatic Colors of #B2BC07
Black with #B2BC07
Text Example
Text Example
White with #B2BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC07; }
p { color: rgb(178,188,7); }
H1.HeaderClassName
{
color: #B2BC07;
}
.AnyTagClassName
{
color: #B2BC07;
}
</style>
background-color css
<style>
a { background-color: #B2BC07; }
a { background-color: rgb(178,188,7); }
div.DivClassName
{
background-color: #B2BC07;
}
.BgClassName
{
background-color: #B2BC07;
}
</style>
border-color css
<style>
span { border-color: #B2BC07; }
span { border-color: rgb(178,188,7); }
td.TdClassName
{
border-color: #B2BC07;
}
.TagClassName
{
border-color: #B2BC07;
}
</style>