Shades of Rio Grande #BEC629
Tints of Rio Grande #BEC629
RGB
CMYK
RGB Variations
Color information
#BEC629 (or 0xBEC629) is known color: Rio Grande. HEX triplet: BE, C6 and 29. RGB value is (190,198,41). Sum of RGB (Red+Green+Blue) = 190+198+41=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC629 is #4139D6. Grayscale: #B2B2B2. Windows color (decimal): -4274647 or 2737854. OLE color: 2737854.
HSL color Cylindrical-coordinate representation of color #BEC629: hue angle of 63.06º degrees, saturation: 0.66, 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 #BEC629 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 41 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.22 |
| HSL | 63.06º | 0.66% | 0.47% | - |
| HSV(B) | 63.06º | 0.79% | 0.78% | - |
| XYZ | 41.83 | 51.5 | 9.83 | - |
| YUV | 177.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 41 | 0.04 | 0 | 0.79 | 0.22 | 63.06 | 0.66 | 0.47 |
| Hex | BE | C6 | 29 | 4 | 0 | 4F | 16 | 3F | 42 | 2F |
| Octal | 276 | 306 | 51 | 4 | 0 | 117 | 26 | 77 | 102 | 57 |
| Binary | 10111110 | 11000110 | 101001 | 100 | 0 | 1001111 | 10110 | 111111 | 1000010 | 101111 |
Color Harmonies of #BEC629
Complementary color
Monochromatic Colors of #BEC629
Black with #BEC629
Text Example
Text Example
White with #BEC629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC629; }
p { color: rgb(190,198,41); }
H1.HeaderClassName
{
color: #BEC629;
}
.AnyTagClassName
{
color: #BEC629;
}
</style>
background-color css
<style>
a { background-color: #BEC629; }
a { background-color: rgb(190,198,41); }
div.DivClassName
{
background-color: #BEC629;
}
.BgClassName
{
background-color: #BEC629;
}
</style>
border-color css
<style>
span { border-color: #BEC629; }
span { border-color: rgb(190,198,41); }
td.TdClassName
{
border-color: #BEC629;
}
.TagClassName
{
border-color: #BEC629;
}
</style>