Shades of La Rioja #B2C500
Tints of La Rioja #B2C500
RGB
CMYK
RGB Variations
Color information
#B2C500 (or 0xB2C500) is known color: La Rioja. HEX triplet: B2, C5 and 00. RGB value is (178,197,0). Sum of RGB (Red+Green+Blue) = 178+197+0=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C500 is #4D3AFF. Grayscale: #A9A9A9. Windows color (decimal): -5061376 or 50610. OLE color: 50610.
HSL color Cylindrical-coordinate representation of color #B2C500: hue angle of 65.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2C500 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.23 |
| HSL | 65.79º | 1% | 0.39% | - |
| HSV(B) | 65.79º | 1% | 0.77% | - |
| XYZ | 38.33 | 49.4 | 7.51 | - |
| YUV | 168.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 0 | 0.10 | 0 | 1 | 0.23 | 65.79 | 1 | 0.39 |
| Hex | B2 | C5 | 0 | A | 0 | 64 | 17 | 42 | 64 | 27 |
| Octal | 262 | 305 | 0 | 12 | 0 | 144 | 27 | 102 | 144 | 47 |
| Binary | 10110010 | 11000101 | 0 | 1010 | 0 | 1100100 | 10111 | 1000010 | 1100100 | 100111 |
Color Harmonies of #B2C500
Complementary color
Monochromatic Colors of #B2C500
Black with #B2C500
Text Example
Text Example
White with #B2C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C500; }
p { color: rgb(178,197,0); }
H1.HeaderClassName
{
color: #B2C500;
}
.AnyTagClassName
{
color: #B2C500;
}
</style>
background-color css
<style>
a { background-color: #B2C500; }
a { background-color: rgb(178,197,0); }
div.DivClassName
{
background-color: #B2C500;
}
.BgClassName
{
background-color: #B2C500;
}
</style>
border-color css
<style>
span { border-color: #B2C500; }
span { border-color: rgb(178,197,0); }
td.TdClassName
{
border-color: #B2C500;
}
.TagClassName
{
border-color: #B2C500;
}
</style>