Shades of Rio Grande #BEC21A
Tints of Rio Grande #BEC21A
RGB
CMYK
RGB Variations
Color information
#BEC21A (or 0xBEC21A) is known color: Rio Grande. HEX triplet: BE, C2 and 1A. RGB value is (190,194,26). Sum of RGB (Red+Green+Blue) = 190+194+26=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC21A is #413DE5. Grayscale: #AEAEAE. Windows color (decimal): -4275686 or 1753790. OLE color: 1753790.
HSL color Cylindrical-coordinate representation of color #BEC21A: hue angle of 61.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC21A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 26 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.24 |
| HSL | 61.43º | 0.76% | 0.43% | - |
| HSV(B) | 61.43º | 0.87% | 0.76% | - |
| XYZ | 40.71 | 49.61 | 8.41 | - |
| YUV | 173.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 26 | 0.02 | 0 | 0.87 | 0.24 | 61.43 | 0.76 | 0.43 |
| Hex | BE | C2 | 1A | 2 | 0 | 57 | 18 | 3D | 4C | 2B |
| Octal | 276 | 302 | 32 | 2 | 0 | 127 | 30 | 75 | 114 | 53 |
| Binary | 10111110 | 11000010 | 11010 | 10 | 0 | 1010111 | 11000 | 111101 | 1001100 | 101011 |
Color Harmonies of #BEC21A
Complementary color
Monochromatic Colors of #BEC21A
Black with #BEC21A
Text Example
Text Example
White with #BEC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC21A; }
p { color: rgb(190,194,26); }
H1.HeaderClassName
{
color: #BEC21A;
}
.AnyTagClassName
{
color: #BEC21A;
}
</style>
background-color css
<style>
a { background-color: #BEC21A; }
a { background-color: rgb(190,194,26); }
div.DivClassName
{
background-color: #BEC21A;
}
.BgClassName
{
background-color: #BEC21A;
}
</style>
border-color css
<style>
span { border-color: #BEC21A; }
span { border-color: rgb(190,194,26); }
td.TdClassName
{
border-color: #BEC21A;
}
.TagClassName
{
border-color: #BEC21A;
}
</style>