Shades of La Rioja #BAB20D
Tints of La Rioja #BAB20D
RGB
CMYK
RGB Variations
Color information
#BAB20D (or 0xBAB20D) is known color: La Rioja. HEX triplet: BA, B2 and 0D. RGB value is (186,178,13). Sum of RGB (Red+Green+Blue) = 186+178+13=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB20D is #454DF2. Grayscale: #A2A2A2. Windows color (decimal): -4541939 or 897722. OLE color: 897722.
HSL color Cylindrical-coordinate representation of color #BAB20D: hue angle of 57.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAB20D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 13 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.27 |
| HSL | 57.23º | 0.87% | 0.39% | - |
| HSV(B) | 57.23º | 0.93% | 0.73% | - |
| XYZ | 36.24 | 42.31 | 6.64 | - |
| YUV | 161.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 13 | 0 | 0.04 | 0.93 | 0.27 | 57.23 | 0.87 | 0.39 |
| Hex | BA | B2 | D | 0 | 4 | 5D | 1B | 39 | 57 | 27 |
| Octal | 272 | 262 | 15 | 0 | 4 | 135 | 33 | 71 | 127 | 47 |
| Binary | 10111010 | 10110010 | 1101 | 0 | 100 | 1011101 | 11011 | 111001 | 1010111 | 100111 |
Color Harmonies of #BAB20D
Complementary color
Monochromatic Colors of #BAB20D
Black with #BAB20D
Text Example
Text Example
White with #BAB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB20D; }
p { color: rgb(186,178,13); }
H1.HeaderClassName
{
color: #BAB20D;
}
.AnyTagClassName
{
color: #BAB20D;
}
</style>
background-color css
<style>
a { background-color: #BAB20D; }
a { background-color: rgb(186,178,13); }
div.DivClassName
{
background-color: #BAB20D;
}
.BgClassName
{
background-color: #BAB20D;
}
</style>
border-color css
<style>
span { border-color: #BAB20D; }
span { border-color: rgb(186,178,13); }
td.TdClassName
{
border-color: #BAB20D;
}
.TagClassName
{
border-color: #BAB20D;
}
</style>