Shades of Rio Grande #BEC125
Tints of Rio Grande #BEC125
RGB
CMYK
RGB Variations
Color information
#BEC125 (or 0xBEC125) is known color: Rio Grande. HEX triplet: BE, C1 and 25. RGB value is (190,193,37). Sum of RGB (Red+Green+Blue) = 190+193+37=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC125 is #413EDA. Grayscale: #AEAEAE. Windows color (decimal): -4275931 or 2474430. OLE color: 2474430.
HSL color Cylindrical-coordinate representation of color #BEC125: hue angle of 61.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEC125 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 37 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.24 |
| HSL | 61.15º | 0.68% | 0.45% | - |
| HSV(B) | 61.15º | 0.81% | 0.76% | - |
| XYZ | 40.64 | 49.22 | 9.11 | - |
| YUV | 174.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 37 | 0.02 | 0 | 0.81 | 0.24 | 61.15 | 0.68 | 0.45 |
| Hex | BE | C1 | 25 | 2 | 0 | 51 | 18 | 3D | 44 | 2D |
| Octal | 276 | 301 | 45 | 2 | 0 | 121 | 30 | 75 | 104 | 55 |
| Binary | 10111110 | 11000001 | 100101 | 10 | 0 | 1010001 | 11000 | 111101 | 1000100 | 101101 |
Color Harmonies of #BEC125
Complementary color
Monochromatic Colors of #BEC125
Black with #BEC125
Text Example
Text Example
White with #BEC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC125; }
p { color: rgb(190,193,37); }
H1.HeaderClassName
{
color: #BEC125;
}
.AnyTagClassName
{
color: #BEC125;
}
</style>
background-color css
<style>
a { background-color: #BEC125; }
a { background-color: rgb(190,193,37); }
div.DivClassName
{
background-color: #BEC125;
}
.BgClassName
{
background-color: #BEC125;
}
</style>
border-color css
<style>
span { border-color: #BEC125; }
span { border-color: rgb(190,193,37); }
td.TdClassName
{
border-color: #BEC125;
}
.TagClassName
{
border-color: #BEC125;
}
</style>