Shades of Rio Grande #BEC529
Tints of Rio Grande #BEC529
RGB
CMYK
RGB Variations
Color information
#BEC529 (or 0xBEC529) is known color: Rio Grande. HEX triplet: BE, C5 and 29. RGB value is (190,197,41). Sum of RGB (Red+Green+Blue) = 190+197+41=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC529 is #413AD6. Grayscale: #B1B1B1. Windows color (decimal): -4274903 or 2737598. OLE color: 2737598.
HSL color Cylindrical-coordinate representation of color #BEC529: hue angle of 62.69º degrees, saturation: 0.66, 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 #BEC529 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 41 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.23 |
| HSL | 62.69º | 0.66% | 0.47% | - |
| HSV(B) | 62.69º | 0.79% | 0.77% | - |
| XYZ | 41.6 | 51.04 | 9.76 | - |
| YUV | 177.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 41 | 0.04 | 0 | 0.79 | 0.23 | 62.69 | 0.66 | 0.47 |
| Hex | BE | C5 | 29 | 4 | 0 | 4F | 17 | 3F | 42 | 2F |
| Octal | 276 | 305 | 51 | 4 | 0 | 117 | 27 | 77 | 102 | 57 |
| Binary | 10111110 | 11000101 | 101001 | 100 | 0 | 1001111 | 10111 | 111111 | 1000010 | 101111 |
Color Harmonies of #BEC529
Complementary color
Monochromatic Colors of #BEC529
Black with #BEC529
Text Example
Text Example
White with #BEC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC529; }
p { color: rgb(190,197,41); }
H1.HeaderClassName
{
color: #BEC529;
}
.AnyTagClassName
{
color: #BEC529;
}
</style>
background-color css
<style>
a { background-color: #BEC529; }
a { background-color: rgb(190,197,41); }
div.DivClassName
{
background-color: #BEC529;
}
.BgClassName
{
background-color: #BEC529;
}
</style>
border-color css
<style>
span { border-color: #BEC529; }
span { border-color: rgb(190,197,41); }
td.TdClassName
{
border-color: #BEC529;
}
.TagClassName
{
border-color: #BEC529;
}
</style>