Shades of Rio Grande #BEC628
Tints of Rio Grande #BEC628
RGB
CMYK
RGB Variations
Color information
#BEC628 (or 0xBEC628) is known color: Rio Grande. HEX triplet: BE, C6 and 28. RGB value is (190,198,40). Sum of RGB (Red+Green+Blue) = 190+198+40=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC628 is #4139D7. Grayscale: #B2B2B2. Windows color (decimal): -4274648 or 2672318. OLE color: 2672318.
HSL color Cylindrical-coordinate representation of color #BEC628: hue angle of 63.04º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC628 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 40 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.22 |
| HSL | 63.04º | 0.66% | 0.47% | - |
| HSV(B) | 63.04º | 0.8% | 0.78% | - |
| XYZ | 41.81 | 51.49 | 9.74 | - |
| YUV | 177.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 40 | 0.04 | 0 | 0.80 | 0.22 | 63.04 | 0.66 | 0.47 |
| Hex | BE | C6 | 28 | 4 | 0 | 50 | 16 | 3F | 42 | 2F |
| Octal | 276 | 306 | 50 | 4 | 0 | 120 | 26 | 77 | 102 | 57 |
| Binary | 10111110 | 11000110 | 101000 | 100 | 0 | 1010000 | 10110 | 111111 | 1000010 | 101111 |
Color Harmonies of #BEC628
Complementary color
Monochromatic Colors of #BEC628
Black with #BEC628
Text Example
Text Example
White with #BEC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC628; }
p { color: rgb(190,198,40); }
H1.HeaderClassName
{
color: #BEC628;
}
.AnyTagClassName
{
color: #BEC628;
}
</style>
background-color css
<style>
a { background-color: #BEC628; }
a { background-color: rgb(190,198,40); }
div.DivClassName
{
background-color: #BEC628;
}
.BgClassName
{
background-color: #BEC628;
}
</style>
border-color css
<style>
span { border-color: #BEC628; }
span { border-color: rgb(190,198,40); }
td.TdClassName
{
border-color: #BEC628;
}
.TagClassName
{
border-color: #BEC628;
}
</style>