Shades of La Rioja #BEC60A
Tints of La Rioja #BEC60A
RGB
CMYK
RGB Variations
Color information
#BEC60A (or 0xBEC60A) is known color: La Rioja. HEX triplet: BE, C6 and 0A. RGB value is (190,198,10). Sum of RGB (Red+Green+Blue) = 190+198+10=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC60A is #4139F5. Grayscale: #AEAEAE. Windows color (decimal): -4274678 or 706238. OLE color: 706238.
HSL color Cylindrical-coordinate representation of color #BEC60A: hue angle of 62.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC60A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.22 |
| HSL | 62.55º | 0.9% | 0.41% | - |
| HSV(B) | 62.55º | 0.95% | 0.78% | - |
| XYZ | 41.48 | 51.36 | 8.01 | - |
| YUV | 174.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 10 | 0.04 | 0 | 0.95 | 0.22 | 62.55 | 0.9 | 0.41 |
| Hex | BE | C6 | A | 4 | 0 | 5F | 16 | 3F | 5A | 29 |
| Octal | 276 | 306 | 12 | 4 | 0 | 137 | 26 | 77 | 132 | 51 |
| Binary | 10111110 | 11000110 | 1010 | 100 | 0 | 1011111 | 10110 | 111111 | 1011010 | 101001 |
Color Harmonies of #BEC60A
Complementary color
Monochromatic Colors of #BEC60A
Black with #BEC60A
Text Example
Text Example
White with #BEC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC60A; }
p { color: rgb(190,198,10); }
H1.HeaderClassName
{
color: #BEC60A;
}
.AnyTagClassName
{
color: #BEC60A;
}
</style>
background-color css
<style>
a { background-color: #BEC60A; }
a { background-color: rgb(190,198,10); }
div.DivClassName
{
background-color: #BEC60A;
}
.BgClassName
{
background-color: #BEC60A;
}
</style>
border-color css
<style>
span { border-color: #BEC60A; }
span { border-color: rgb(190,198,10); }
td.TdClassName
{
border-color: #BEC60A;
}
.TagClassName
{
border-color: #BEC60A;
}
</style>