Shades of Rio Grande #BECF20
Tints of Rio Grande #BECF20
RGB
CMYK
RGB Variations
Color information
#BECF20 (or 0xBECF20) is known color: Rio Grande. HEX triplet: BE, CF and 20. RGB value is (190,207,32). Sum of RGB (Red+Green+Blue) = 190+207+32=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF20 is #4130DF. Grayscale: #B6B6B6. Windows color (decimal): -4272352 or 2150334. OLE color: 2150334.
HSL color Cylindrical-coordinate representation of color #BECF20: hue angle of 65.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECF20 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 32 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.19 |
| HSL | 65.83º | 0.73% | 0.47% | - |
| HSV(B) | 65.83º | 0.85% | 0.81% | - |
| XYZ | 43.81 | 55.68 | 9.8 | - |
| YUV | 181.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 32 | 0.08 | 0 | 0.85 | 0.19 | 65.83 | 0.73 | 0.47 |
| Hex | BE | CF | 20 | 8 | 0 | 55 | 13 | 42 | 49 | 2F |
| Octal | 276 | 317 | 40 | 10 | 0 | 125 | 23 | 102 | 111 | 57 |
| Binary | 10111110 | 11001111 | 100000 | 1000 | 0 | 1010101 | 10011 | 1000010 | 1001001 | 101111 |
Color Harmonies of #BECF20
Complementary color
Monochromatic Colors of #BECF20
Black with #BECF20
Text Example
Text Example
White with #BECF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF20; }
p { color: rgb(190,207,32); }
H1.HeaderClassName
{
color: #BECF20;
}
.AnyTagClassName
{
color: #BECF20;
}
</style>
background-color css
<style>
a { background-color: #BECF20; }
a { background-color: rgb(190,207,32); }
div.DivClassName
{
background-color: #BECF20;
}
.BgClassName
{
background-color: #BECF20;
}
</style>
border-color css
<style>
span { border-color: #BECF20; }
span { border-color: rgb(190,207,32); }
td.TdClassName
{
border-color: #BECF20;
}
.TagClassName
{
border-color: #BECF20;
}
</style>