Shades of Rio Grande #BEC127
Tints of Rio Grande #BEC127
RGB
CMYK
RGB Variations
Color information
#BEC127 (or 0xBEC127) is known color: Rio Grande. HEX triplet: BE, C1 and 27. RGB value is (190,193,39). Sum of RGB (Red+Green+Blue) = 190+193+39=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC127 is #413ED8. Grayscale: #AFAFAF. Windows color (decimal): -4275929 or 2605502. OLE color: 2605502.
HSL color Cylindrical-coordinate representation of color #BEC127: hue angle of 61.17º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC127 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 39 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.24 |
| HSL | 61.17º | 0.66% | 0.45% | - |
| HSV(B) | 61.17º | 0.8% | 0.76% | - |
| XYZ | 40.67 | 49.23 | 9.28 | - |
| YUV | 174.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 39 | 0.02 | 0 | 0.80 | 0.24 | 61.17 | 0.66 | 0.45 |
| Hex | BE | C1 | 27 | 2 | 0 | 50 | 18 | 3D | 42 | 2D |
| Octal | 276 | 301 | 47 | 2 | 0 | 120 | 30 | 75 | 102 | 55 |
| Binary | 10111110 | 11000001 | 100111 | 10 | 0 | 1010000 | 11000 | 111101 | 1000010 | 101101 |
Color Harmonies of #BEC127
Complementary color
Monochromatic Colors of #BEC127
Black with #BEC127
Text Example
Text Example
White with #BEC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC127; }
p { color: rgb(190,193,39); }
H1.HeaderClassName
{
color: #BEC127;
}
.AnyTagClassName
{
color: #BEC127;
}
</style>
background-color css
<style>
a { background-color: #BEC127; }
a { background-color: rgb(190,193,39); }
div.DivClassName
{
background-color: #BEC127;
}
.BgClassName
{
background-color: #BEC127;
}
</style>
border-color css
<style>
span { border-color: #BEC127; }
span { border-color: rgb(190,193,39); }
td.TdClassName
{
border-color: #BEC127;
}
.TagClassName
{
border-color: #BEC127;
}
</style>