Shades of Rio Grande #BEC227
Tints of Rio Grande #BEC227
RGB
CMYK
RGB Variations
Color information
#BEC227 (or 0xBEC227) is known color: Rio Grande. HEX triplet: BE, C2 and 27. RGB value is (190,194,39). Sum of RGB (Red+Green+Blue) = 190+194+39=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC227 is #413DD8. Grayscale: #AFAFAF. Windows color (decimal): -4275673 or 2605758. OLE color: 2605758.
HSL color Cylindrical-coordinate representation of color #BEC227: hue angle of 61.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC227 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 39 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.24 |
| HSL | 61.55º | 0.67% | 0.46% | - |
| HSV(B) | 61.55º | 0.8% | 0.76% | - |
| XYZ | 40.89 | 49.68 | 9.35 | - |
| YUV | 175.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 39 | 0.02 | 0 | 0.80 | 0.24 | 61.55 | 0.67 | 0.46 |
| Hex | BE | C2 | 27 | 2 | 0 | 50 | 18 | 3E | 43 | 2E |
| Octal | 276 | 302 | 47 | 2 | 0 | 120 | 30 | 76 | 103 | 56 |
| Binary | 10111110 | 11000010 | 100111 | 10 | 0 | 1010000 | 11000 | 111110 | 1000011 | 101110 |
Color Harmonies of #BEC227
Complementary color
Monochromatic Colors of #BEC227
Black with #BEC227
Text Example
Text Example
White with #BEC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC227; }
p { color: rgb(190,194,39); }
H1.HeaderClassName
{
color: #BEC227;
}
.AnyTagClassName
{
color: #BEC227;
}
</style>
background-color css
<style>
a { background-color: #BEC227; }
a { background-color: rgb(190,194,39); }
div.DivClassName
{
background-color: #BEC227;
}
.BgClassName
{
background-color: #BEC227;
}
</style>
border-color css
<style>
span { border-color: #BEC227; }
span { border-color: rgb(190,194,39); }
td.TdClassName
{
border-color: #BEC227;
}
.TagClassName
{
border-color: #BEC227;
}
</style>