Shades of La Rioja #B2BA0A
Tints of La Rioja #B2BA0A
RGB
CMYK
RGB Variations
Color information
#B2BA0A (or 0xB2BA0A) is known color: La Rioja. HEX triplet: B2, BA and 0A. RGB value is (178,186,10). Sum of RGB (Red+Green+Blue) = 178+186+10=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA0A is #4D45F5. Grayscale: #A4A4A4. Windows color (decimal): -5064182 or 703154. OLE color: 703154.
HSL color Cylindrical-coordinate representation of color #B2BA0A: hue angle of 62.73º 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 #B2BA0A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.27 |
| HSL | 62.73º | 0.9% | 0.38% | - |
| HSV(B) | 62.73º | 0.95% | 0.73% | - |
| XYZ | 35.97 | 44.6 | 7 | - |
| YUV | 163.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 10 | 0.04 | 0 | 0.95 | 0.27 | 62.73 | 0.9 | 0.38 |
| Hex | B2 | BA | A | 4 | 0 | 5F | 1B | 3F | 5A | 26 |
| Octal | 262 | 272 | 12 | 4 | 0 | 137 | 33 | 77 | 132 | 46 |
| Binary | 10110010 | 10111010 | 1010 | 100 | 0 | 1011111 | 11011 | 111111 | 1011010 | 100110 |
Color Harmonies of #B2BA0A
Complementary color
Monochromatic Colors of #B2BA0A
Black with #B2BA0A
Text Example
Text Example
White with #B2BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA0A; }
p { color: rgb(178,186,10); }
H1.HeaderClassName
{
color: #B2BA0A;
}
.AnyTagClassName
{
color: #B2BA0A;
}
</style>
background-color css
<style>
a { background-color: #B2BA0A; }
a { background-color: rgb(178,186,10); }
div.DivClassName
{
background-color: #B2BA0A;
}
.BgClassName
{
background-color: #B2BA0A;
}
</style>
border-color css
<style>
span { border-color: #B2BA0A; }
span { border-color: rgb(178,186,10); }
td.TdClassName
{
border-color: #B2BA0A;
}
.TagClassName
{
border-color: #B2BA0A;
}
</style>