Shades of La Rioja #BEC312
Tints of La Rioja #BEC312
RGB
CMYK
RGB Variations
Color information
#BEC312 (or 0xBEC312) is known color: La Rioja. HEX triplet: BE, C3 and 12. RGB value is (190,195,18). Sum of RGB (Red+Green+Blue) = 190+195+18=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC312 is #413CED. Grayscale: #AEAEAE. Windows color (decimal): -4275438 or 1229758. OLE color: 1229758.
HSL color Cylindrical-coordinate representation of color #BEC312: hue angle of 61.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEC312 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 18 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.24 |
| HSL | 61.69º | 0.83% | 0.42% | - |
| HSV(B) | 61.69º | 0.91% | 0.76% | - |
| XYZ | 40.86 | 50.02 | 8.07 | - |
| YUV | 173.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 18 | 0.03 | 0 | 0.91 | 0.24 | 61.69 | 0.83 | 0.42 |
| Hex | BE | C3 | 12 | 3 | 0 | 5B | 18 | 3E | 53 | 2A |
| Octal | 276 | 303 | 22 | 3 | 0 | 133 | 30 | 76 | 123 | 52 |
| Binary | 10111110 | 11000011 | 10010 | 11 | 0 | 1011011 | 11000 | 111110 | 1010011 | 101010 |
Color Harmonies of #BEC312
Complementary color
Monochromatic Colors of #BEC312
Black with #BEC312
Text Example
Text Example
White with #BEC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC312; }
p { color: rgb(190,195,18); }
H1.HeaderClassName
{
color: #BEC312;
}
.AnyTagClassName
{
color: #BEC312;
}
</style>
background-color css
<style>
a { background-color: #BEC312; }
a { background-color: rgb(190,195,18); }
div.DivClassName
{
background-color: #BEC312;
}
.BgClassName
{
background-color: #BEC312;
}
</style>
border-color css
<style>
span { border-color: #BEC312; }
span { border-color: rgb(190,195,18); }
td.TdClassName
{
border-color: #BEC312;
}
.TagClassName
{
border-color: #BEC312;
}
</style>