Shades of La Rioja #BACE0B
Tints of La Rioja #BACE0B
RGB
CMYK
RGB Variations
Color information
#BACE0B (or 0xBACE0B) is known color: La Rioja. HEX triplet: BA, CE and 0B. RGB value is (186,206,11). Sum of RGB (Red+Green+Blue) = 186+206+11=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE0B is #4531F4. Grayscale: #B2B2B2. Windows color (decimal): -4534773 or 773818. OLE color: 773818.
HSL color Cylindrical-coordinate representation of color #BACE0B: hue angle of 66.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BACE0B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.19 |
| HSL | 66.15º | 0.9% | 0.43% | - |
| HSV(B) | 66.15º | 0.95% | 0.81% | - |
| XYZ | 42.38 | 54.61 | 8.62 | - |
| YUV | 177.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 11 | 0.10 | 0 | 0.95 | 0.19 | 66.15 | 0.9 | 0.43 |
| Hex | BA | CE | B | A | 0 | 5F | 13 | 42 | 5A | 2B |
| Octal | 272 | 316 | 13 | 12 | 0 | 137 | 23 | 102 | 132 | 53 |
| Binary | 10111010 | 11001110 | 1011 | 1010 | 0 | 1011111 | 10011 | 1000010 | 1011010 | 101011 |
Color Harmonies of #BACE0B
Complementary color
Monochromatic Colors of #BACE0B
Black with #BACE0B
Text Example
Text Example
White with #BACE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE0B; }
p { color: rgb(186,206,11); }
H1.HeaderClassName
{
color: #BACE0B;
}
.AnyTagClassName
{
color: #BACE0B;
}
</style>
background-color css
<style>
a { background-color: #BACE0B; }
a { background-color: rgb(186,206,11); }
div.DivClassName
{
background-color: #BACE0B;
}
.BgClassName
{
background-color: #BACE0B;
}
</style>
border-color css
<style>
span { border-color: #BACE0B; }
span { border-color: rgb(186,206,11); }
td.TdClassName
{
border-color: #BACE0B;
}
.TagClassName
{
border-color: #BACE0B;
}
</style>