Shades of La Rioja #BAB20E
Tints of La Rioja #BAB20E
RGB
CMYK
RGB Variations
Color information
#BAB20E (or 0xBAB20E) is known color: La Rioja. HEX triplet: BA, B2 and 0E. RGB value is (186,178,14). Sum of RGB (Red+Green+Blue) = 186+178+14=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB20E is #454DF1. Grayscale: #A2A2A2. Windows color (decimal): -4541938 or 963258. OLE color: 963258.
HSL color Cylindrical-coordinate representation of color #BAB20E: hue angle of 57.21º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAB20E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 14 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.27 |
| HSL | 57.21º | 0.86% | 0.39% | - |
| HSV(B) | 57.21º | 0.92% | 0.73% | - |
| XYZ | 36.25 | 42.31 | 6.67 | - |
| YUV | 161.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 14 | 0 | 0.04 | 0.92 | 0.27 | 57.21 | 0.86 | 0.39 |
| Hex | BA | B2 | E | 0 | 4 | 5C | 1B | 39 | 56 | 27 |
| Octal | 272 | 262 | 16 | 0 | 4 | 134 | 33 | 71 | 126 | 47 |
| Binary | 10111010 | 10110010 | 1110 | 0 | 100 | 1011100 | 11011 | 111001 | 1010110 | 100111 |
Color Harmonies of #BAB20E
Complementary color
Monochromatic Colors of #BAB20E
Black with #BAB20E
Text Example
Text Example
White with #BAB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB20E; }
p { color: rgb(186,178,14); }
H1.HeaderClassName
{
color: #BAB20E;
}
.AnyTagClassName
{
color: #BAB20E;
}
</style>
background-color css
<style>
a { background-color: #BAB20E; }
a { background-color: rgb(186,178,14); }
div.DivClassName
{
background-color: #BAB20E;
}
.BgClassName
{
background-color: #BAB20E;
}
</style>
border-color css
<style>
span { border-color: #BAB20E; }
span { border-color: rgb(186,178,14); }
td.TdClassName
{
border-color: #BAB20E;
}
.TagClassName
{
border-color: #BAB20E;
}
</style>