Shades of La Rioja #B2B914
Tints of La Rioja #B2B914
RGB
CMYK
RGB Variations
Color information
#B2B914 (or 0xB2B914) is known color: La Rioja. HEX triplet: B2, B9 and 14. RGB value is (178,185,20). Sum of RGB (Red+Green+Blue) = 178+185+20=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B914 is #4D46EB. Grayscale: #A4A4A4. Windows color (decimal): -5064428 or 1358258. OLE color: 1358258.
HSL color Cylindrical-coordinate representation of color #B2B914: hue angle of 62.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2B914 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 20 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.27 |
| HSL | 62.55º | 0.8% | 0.4% | - |
| HSV(B) | 62.55º | 0.89% | 0.73% | - |
| XYZ | 35.84 | 44.21 | 7.31 | - |
| YUV | 164.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 20 | 0.04 | 0 | 0.89 | 0.27 | 62.55 | 0.8 | 0.4 |
| Hex | B2 | B9 | 14 | 4 | 0 | 59 | 1B | 3F | 50 | 28 |
| Octal | 262 | 271 | 24 | 4 | 0 | 131 | 33 | 77 | 120 | 50 |
| Binary | 10110010 | 10111001 | 10100 | 100 | 0 | 1011001 | 11011 | 111111 | 1010000 | 101000 |
Color Harmonies of #B2B914
Complementary color
Monochromatic Colors of #B2B914
Black with #B2B914
Text Example
Text Example
White with #B2B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B914; }
p { color: rgb(178,185,20); }
H1.HeaderClassName
{
color: #B2B914;
}
.AnyTagClassName
{
color: #B2B914;
}
</style>
background-color css
<style>
a { background-color: #B2B914; }
a { background-color: rgb(178,185,20); }
div.DivClassName
{
background-color: #B2B914;
}
.BgClassName
{
background-color: #B2B914;
}
</style>
border-color css
<style>
span { border-color: #B2B914; }
span { border-color: rgb(178,185,20); }
td.TdClassName
{
border-color: #B2B914;
}
.TagClassName
{
border-color: #B2B914;
}
</style>