Shades of Rio Grande #BEC62A
Tints of Rio Grande #BEC62A
RGB
CMYK
RGB Variations
Color information
#BEC62A (or 0xBEC62A) is known color: Rio Grande. HEX triplet: BE, C6 and 2A. RGB value is (190,198,42). Sum of RGB (Red+Green+Blue) = 190+198+42=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC62A is #4139D5. Grayscale: #B2B2B2. Windows color (decimal): -4274646 or 2803390. OLE color: 2803390.
HSL color Cylindrical-coordinate representation of color #BEC62A: hue angle of 63.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEC62A is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 42 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.22 |
| HSL | 63.08º | 0.65% | 0.47% | - |
| HSV(B) | 63.08º | 0.79% | 0.78% | - |
| XYZ | 41.85 | 51.5 | 9.93 | - |
| YUV | 177.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 42 | 0.04 | 0 | 0.79 | 0.22 | 63.08 | 0.65 | 0.47 |
| Hex | BE | C6 | 2A | 4 | 0 | 4F | 16 | 3F | 41 | 2F |
| Octal | 276 | 306 | 52 | 4 | 0 | 117 | 26 | 77 | 101 | 57 |
| Binary | 10111110 | 11000110 | 101010 | 100 | 0 | 1001111 | 10110 | 111111 | 1000001 | 101111 |
Color Harmonies of #BEC62A
Complementary color
Monochromatic Colors of #BEC62A
Black with #BEC62A
Text Example
Text Example
White with #BEC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC62A; }
p { color: rgb(190,198,42); }
H1.HeaderClassName
{
color: #BEC62A;
}
.AnyTagClassName
{
color: #BEC62A;
}
</style>
background-color css
<style>
a { background-color: #BEC62A; }
a { background-color: rgb(190,198,42); }
div.DivClassName
{
background-color: #BEC62A;
}
.BgClassName
{
background-color: #BEC62A;
}
</style>
border-color css
<style>
span { border-color: #BEC62A; }
span { border-color: rgb(190,198,42); }
td.TdClassName
{
border-color: #BEC62A;
}
.TagClassName
{
border-color: #BEC62A;
}
</style>