Shades of Rio Grande #BEC42A
Tints of Rio Grande #BEC42A
RGB
CMYK
RGB Variations
Color information
#BEC42A (or 0xBEC42A) is known color: Rio Grande. HEX triplet: BE, C4 and 2A. RGB value is (190,196,42). Sum of RGB (Red+Green+Blue) = 190+196+42=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC42A is #413BD5. Grayscale: #B1B1B1. Windows color (decimal): -4275158 or 2802878. OLE color: 2802878.
HSL color Cylindrical-coordinate representation of color #BEC42A: hue angle of 62.34º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEC42A is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 42 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.23 |
| HSL | 62.34º | 0.65% | 0.47% | - |
| HSV(B) | 62.34º | 0.79% | 0.77% | - |
| XYZ | 41.39 | 50.59 | 9.77 | - |
| YUV | 176.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 42 | 0.03 | 0 | 0.79 | 0.23 | 62.34 | 0.65 | 0.47 |
| Hex | BE | C4 | 2A | 3 | 0 | 4F | 17 | 3E | 41 | 2F |
| Octal | 276 | 304 | 52 | 3 | 0 | 117 | 27 | 76 | 101 | 57 |
| Binary | 10111110 | 11000100 | 101010 | 11 | 0 | 1001111 | 10111 | 111110 | 1000001 | 101111 |
Color Harmonies of #BEC42A
Complementary color
Monochromatic Colors of #BEC42A
Black with #BEC42A
Text Example
Text Example
White with #BEC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC42A; }
p { color: rgb(190,196,42); }
H1.HeaderClassName
{
color: #BEC42A;
}
.AnyTagClassName
{
color: #BEC42A;
}
</style>
background-color css
<style>
a { background-color: #BEC42A; }
a { background-color: rgb(190,196,42); }
div.DivClassName
{
background-color: #BEC42A;
}
.BgClassName
{
background-color: #BEC42A;
}
</style>
border-color css
<style>
span { border-color: #BEC42A; }
span { border-color: rgb(190,196,42); }
td.TdClassName
{
border-color: #BEC42A;
}
.TagClassName
{
border-color: #BEC42A;
}
</style>