Shades of La Rioja #BEC90A
Tints of La Rioja #BEC90A
RGB
CMYK
RGB Variations
Color information
#BEC90A (or 0xBEC90A) is known color: La Rioja. HEX triplet: BE, C9 and 0A. RGB value is (190,201,10). Sum of RGB (Red+Green+Blue) = 190+201+10=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC90A is #4136F5. Grayscale: #B0B0B0. Windows color (decimal): -4273910 or 707006. OLE color: 707006.
HSL color Cylindrical-coordinate representation of color #BEC90A: hue angle of 63.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEC90A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.21 |
| HSL | 63.46º | 0.91% | 0.41% | - |
| HSV(B) | 63.46º | 0.95% | 0.79% | - |
| XYZ | 42.18 | 52.74 | 8.24 | - |
| YUV | 175.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 10 | 0.05 | 0 | 0.95 | 0.21 | 63.46 | 0.91 | 0.41 |
| Hex | BE | C9 | A | 5 | 0 | 5F | 15 | 3F | 5B | 29 |
| Octal | 276 | 311 | 12 | 5 | 0 | 137 | 25 | 77 | 133 | 51 |
| Binary | 10111110 | 11001001 | 1010 | 101 | 0 | 1011111 | 10101 | 111111 | 1011011 | 101001 |
Color Harmonies of #BEC90A
Complementary color
Monochromatic Colors of #BEC90A
Black with #BEC90A
Text Example
Text Example
White with #BEC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC90A; }
p { color: rgb(190,201,10); }
H1.HeaderClassName
{
color: #BEC90A;
}
.AnyTagClassName
{
color: #BEC90A;
}
</style>
background-color css
<style>
a { background-color: #BEC90A; }
a { background-color: rgb(190,201,10); }
div.DivClassName
{
background-color: #BEC90A;
}
.BgClassName
{
background-color: #BEC90A;
}
</style>
border-color css
<style>
span { border-color: #BEC90A; }
span { border-color: rgb(190,201,10); }
td.TdClassName
{
border-color: #BEC90A;
}
.TagClassName
{
border-color: #BEC90A;
}
</style>