Shades of La Rioja #BEC112
Tints of La Rioja #BEC112
RGB
CMYK
RGB Variations
Color information
#BEC112 (or 0xBEC112) is known color: La Rioja. HEX triplet: BE, C1 and 12. RGB value is (190,193,18). Sum of RGB (Red+Green+Blue) = 190+193+18=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC112 is #413EED. Grayscale: #ACACAC. Windows color (decimal): -4275950 or 1229246. OLE color: 1229246.
HSL color Cylindrical-coordinate representation of color #BEC112: hue angle of 61.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC112 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 18 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.24 |
| HSL | 61.03º | 0.83% | 0.41% | - |
| HSV(B) | 61.03º | 0.91% | 0.76% | - |
| XYZ | 40.41 | 49.13 | 7.93 | - |
| YUV | 172.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 18 | 0.02 | 0 | 0.91 | 0.24 | 61.03 | 0.83 | 0.41 |
| Hex | BE | C1 | 12 | 2 | 0 | 5B | 18 | 3D | 53 | 29 |
| Octal | 276 | 301 | 22 | 2 | 0 | 133 | 30 | 75 | 123 | 51 |
| Binary | 10111110 | 11000001 | 10010 | 10 | 0 | 1011011 | 11000 | 111101 | 1010011 | 101001 |
Color Harmonies of #BEC112
Complementary color
Monochromatic Colors of #BEC112
Black with #BEC112
Text Example
Text Example
White with #BEC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC112; }
p { color: rgb(190,193,18); }
H1.HeaderClassName
{
color: #BEC112;
}
.AnyTagClassName
{
color: #BEC112;
}
</style>
background-color css
<style>
a { background-color: #BEC112; }
a { background-color: rgb(190,193,18); }
div.DivClassName
{
background-color: #BEC112;
}
.BgClassName
{
background-color: #BEC112;
}
</style>
border-color css
<style>
span { border-color: #BEC112; }
span { border-color: rgb(190,193,18); }
td.TdClassName
{
border-color: #BEC112;
}
.TagClassName
{
border-color: #BEC112;
}
</style>