Shades of Rio Grande #BEC12A
Tints of Rio Grande #BEC12A
RGB
CMYK
RGB Variations
Color information
#BEC12A (or 0xBEC12A) is known color: Rio Grande. HEX triplet: BE, C1 and 2A. RGB value is (190,193,42). Sum of RGB (Red+Green+Blue) = 190+193+42=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC12A is #413ED5. Grayscale: #AFAFAF. Windows color (decimal): -4275926 or 2802110. OLE color: 2802110.
HSL color Cylindrical-coordinate representation of color #BEC12A: hue angle of 61.19º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC12A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 42 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.24 |
| HSL | 61.19º | 0.64% | 0.46% | - |
| HSV(B) | 61.19º | 0.78% | 0.76% | - |
| XYZ | 40.72 | 49.25 | 9.55 | - |
| YUV | 174.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 42 | 0.02 | 0 | 0.78 | 0.24 | 61.19 | 0.64 | 0.46 |
| Hex | BE | C1 | 2A | 2 | 0 | 4E | 18 | 3D | 40 | 2E |
| Octal | 276 | 301 | 52 | 2 | 0 | 116 | 30 | 75 | 100 | 56 |
| Binary | 10111110 | 11000001 | 101010 | 10 | 0 | 1001110 | 11000 | 111101 | 1000000 | 101110 |
Color Harmonies of #BEC12A
Complementary color
Monochromatic Colors of #BEC12A
Black with #BEC12A
Text Example
Text Example
White with #BEC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC12A; }
p { color: rgb(190,193,42); }
H1.HeaderClassName
{
color: #BEC12A;
}
.AnyTagClassName
{
color: #BEC12A;
}
</style>
background-color css
<style>
a { background-color: #BEC12A; }
a { background-color: rgb(190,193,42); }
div.DivClassName
{
background-color: #BEC12A;
}
.BgClassName
{
background-color: #BEC12A;
}
</style>
border-color css
<style>
span { border-color: #BEC12A; }
span { border-color: rgb(190,193,42); }
td.TdClassName
{
border-color: #BEC12A;
}
.TagClassName
{
border-color: #BEC12A;
}
</style>