Shades of La Rioja #B2B500
Tints of La Rioja #B2B500
RGB
CMYK
RGB Variations
Color information
#B2B500 (or 0xB2B500) is known color: La Rioja. HEX triplet: B2, B5 and 00. RGB value is (178,181,0). Sum of RGB (Red+Green+Blue) = 178+181+0=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B500 is #4D4AFF. Grayscale: #A0A0A0. Windows color (decimal): -5065472 or 46514. OLE color: 46514.
HSL color Cylindrical-coordinate representation of color #B2B500: hue angle of 60.99º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2B500 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.29 |
| HSL | 60.99º | 1% | 0.35% | - |
| HSV(B) | 60.99º | 1% | 0.71% | - |
| XYZ | 34.88 | 42.51 | 6.37 | - |
| YUV | 159.47 | 38.01 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 0 | 0.02 | 0 | 1 | 0.29 | 60.99 | 1 | 0.35 |
| Hex | B2 | B5 | 0 | 2 | 0 | 64 | 1D | 3D | 64 | 23 |
| Octal | 262 | 265 | 0 | 2 | 0 | 144 | 35 | 75 | 144 | 43 |
| Binary | 10110010 | 10110101 | 0 | 10 | 0 | 1100100 | 11101 | 111101 | 1100100 | 100011 |
Color Harmonies of #B2B500
Complementary color
Monochromatic Colors of #B2B500
Black with #B2B500
Text Example
Text Example
White with #B2B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B500; }
p { color: rgb(178,181,0); }
H1.HeaderClassName
{
color: #B2B500;
}
.AnyTagClassName
{
color: #B2B500;
}
</style>
background-color css
<style>
a { background-color: #B2B500; }
a { background-color: rgb(178,181,0); }
div.DivClassName
{
background-color: #B2B500;
}
.BgClassName
{
background-color: #B2B500;
}
</style>
border-color css
<style>
span { border-color: #B2B500; }
span { border-color: rgb(178,181,0); }
td.TdClassName
{
border-color: #B2B500;
}
.TagClassName
{
border-color: #B2B500;
}
</style>