Shades of La Rioja #B2B519
Tints of La Rioja #B2B519
RGB
CMYK
RGB Variations
Color information
#B2B519 (or 0xB2B519) is known color: La Rioja. HEX triplet: B2, B5 and 19. RGB value is (178,181,25). Sum of RGB (Red+Green+Blue) = 178+181+25=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B519 is #4D4AE6. Grayscale: #A2A2A2. Windows color (decimal): -5065447 or 1684914. OLE color: 1684914.
HSL color Cylindrical-coordinate representation of color #B2B519: hue angle of 61.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2B519 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 25 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.29 |
| HSL | 61.15º | 0.76% | 0.4% | - |
| HSV(B) | 61.15º | 0.86% | 0.71% | - |
| XYZ | 35.06 | 42.58 | 7.29 | - |
| YUV | 162.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 25 | 0.02 | 0 | 0.86 | 0.29 | 61.15 | 0.76 | 0.4 |
| Hex | B2 | B5 | 19 | 2 | 0 | 56 | 1D | 3D | 4C | 28 |
| Octal | 262 | 265 | 31 | 2 | 0 | 126 | 35 | 75 | 114 | 50 |
| Binary | 10110010 | 10110101 | 11001 | 10 | 0 | 1010110 | 11101 | 111101 | 1001100 | 101000 |
Color Harmonies of #B2B519
Complementary color
Monochromatic Colors of #B2B519
Black with #B2B519
Text Example
Text Example
White with #B2B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B519; }
p { color: rgb(178,181,25); }
H1.HeaderClassName
{
color: #B2B519;
}
.AnyTagClassName
{
color: #B2B519;
}
</style>
background-color css
<style>
a { background-color: #B2B519; }
a { background-color: rgb(178,181,25); }
div.DivClassName
{
background-color: #B2B519;
}
.BgClassName
{
background-color: #B2B519;
}
</style>
border-color css
<style>
span { border-color: #B2B519; }
span { border-color: rgb(178,181,25); }
td.TdClassName
{
border-color: #B2B519;
}
.TagClassName
{
border-color: #B2B519;
}
</style>