Shades of La Rioja #B2B90A
Tints of La Rioja #B2B90A
RGB
CMYK
RGB Variations
Color information
#B2B90A (or 0xB2B90A) is known color: La Rioja. HEX triplet: B2, B9 and 0A. RGB value is (178,185,10). Sum of RGB (Red+Green+Blue) = 178+185+10=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B90A is #4D46F5. Grayscale: #A3A3A3. Windows color (decimal): -5064438 or 702898. OLE color: 702898.
HSL color Cylindrical-coordinate representation of color #B2B90A: hue angle of 62.4º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2B90A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.27 |
| HSL | 62.4º | 0.9% | 0.38% | - |
| HSV(B) | 62.4º | 0.95% | 0.73% | - |
| XYZ | 35.76 | 44.18 | 6.93 | - |
| YUV | 162.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 10 | 0.04 | 0 | 0.95 | 0.27 | 62.4 | 0.9 | 0.38 |
| Hex | B2 | B9 | A | 4 | 0 | 5F | 1B | 3E | 5A | 26 |
| Octal | 262 | 271 | 12 | 4 | 0 | 137 | 33 | 76 | 132 | 46 |
| Binary | 10110010 | 10111001 | 1010 | 100 | 0 | 1011111 | 11011 | 111110 | 1011010 | 100110 |
Color Harmonies of #B2B90A
Complementary color
Monochromatic Colors of #B2B90A
Black with #B2B90A
Text Example
Text Example
White with #B2B90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B90A; }
p { color: rgb(178,185,10); }
H1.HeaderClassName
{
color: #B2B90A;
}
.AnyTagClassName
{
color: #B2B90A;
}
</style>
background-color css
<style>
a { background-color: #B2B90A; }
a { background-color: rgb(178,185,10); }
div.DivClassName
{
background-color: #B2B90A;
}
.BgClassName
{
background-color: #B2B90A;
}
</style>
border-color css
<style>
span { border-color: #B2B90A; }
span { border-color: rgb(178,185,10); }
td.TdClassName
{
border-color: #B2B90A;
}
.TagClassName
{
border-color: #B2B90A;
}
</style>