Shades of La Rioja #BEC902
Tints of La Rioja #BEC902
RGB
CMYK
RGB Variations
Color information
#BEC902 (or 0xBEC902) is known color: La Rioja. HEX triplet: BE, C9 and 02. RGB value is (190,201,2). Sum of RGB (Red+Green+Blue) = 190+201+2=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC902 is #4136FD. Grayscale: #AFAFAF. Windows color (decimal): -4273918 or 182718. OLE color: 182718.
HSL color Cylindrical-coordinate representation of color #BEC902: hue angle of 63.32º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEC902 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.21 |
| HSL | 63.32º | 0.98% | 0.4% | - |
| HSV(B) | 63.32º | 0.99% | 0.79% | - |
| XYZ | 42.13 | 52.72 | 8.01 | - |
| YUV | 175.03 | 30.36 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 2 | 0.05 | 0 | 0.99 | 0.21 | 63.32 | 0.98 | 0.4 |
| Hex | BE | C9 | 2 | 5 | 0 | 63 | 15 | 3F | 62 | 28 |
| Octal | 276 | 311 | 2 | 5 | 0 | 143 | 25 | 77 | 142 | 50 |
| Binary | 10111110 | 11001001 | 10 | 101 | 0 | 1100011 | 10101 | 111111 | 1100010 | 101000 |
Color Harmonies of #BEC902
Complementary color
Monochromatic Colors of #BEC902
Black with #BEC902
Text Example
Text Example
White with #BEC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC902; }
p { color: rgb(190,201,2); }
H1.HeaderClassName
{
color: #BEC902;
}
.AnyTagClassName
{
color: #BEC902;
}
</style>
background-color css
<style>
a { background-color: #BEC902; }
a { background-color: rgb(190,201,2); }
div.DivClassName
{
background-color: #BEC902;
}
.BgClassName
{
background-color: #BEC902;
}
</style>
border-color css
<style>
span { border-color: #BEC902; }
span { border-color: rgb(190,201,2); }
td.TdClassName
{
border-color: #BEC902;
}
.TagClassName
{
border-color: #BEC902;
}
</style>