Shades of Rio Grande #BECF16
Tints of Rio Grande #BECF16
RGB
CMYK
RGB Variations
Color information
#BECF16 (or 0xBECF16) is known color: Rio Grande. HEX triplet: BE, CF and 16. RGB value is (190,207,22). Sum of RGB (Red+Green+Blue) = 190+207+22=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF16 is #4130E9. Grayscale: #B5B5B5. Windows color (decimal): -4272362 or 1494974. OLE color: 1494974.
HSL color Cylindrical-coordinate representation of color #BECF16: hue angle of 65.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BECF16 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.19 |
| HSL | 65.51º | 0.81% | 0.45% | - |
| HSV(B) | 65.51º | 0.89% | 0.81% | - |
| XYZ | 43.69 | 55.63 | 9.19 | - |
| YUV | 180.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 22 | 0.08 | 0 | 0.89 | 0.19 | 65.51 | 0.81 | 0.45 |
| Hex | BE | CF | 16 | 8 | 0 | 59 | 13 | 42 | 51 | 2D |
| Octal | 276 | 317 | 26 | 10 | 0 | 131 | 23 | 102 | 121 | 55 |
| Binary | 10111110 | 11001111 | 10110 | 1000 | 0 | 1011001 | 10011 | 1000010 | 1010001 | 101101 |
Color Harmonies of #BECF16
Complementary color
Monochromatic Colors of #BECF16
Black with #BECF16
Text Example
Text Example
White with #BECF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF16; }
p { color: rgb(190,207,22); }
H1.HeaderClassName
{
color: #BECF16;
}
.AnyTagClassName
{
color: #BECF16;
}
</style>
background-color css
<style>
a { background-color: #BECF16; }
a { background-color: rgb(190,207,22); }
div.DivClassName
{
background-color: #BECF16;
}
.BgClassName
{
background-color: #BECF16;
}
</style>
border-color css
<style>
span { border-color: #BECF16; }
span { border-color: rgb(190,207,22); }
td.TdClassName
{
border-color: #BECF16;
}
.TagClassName
{
border-color: #BECF16;
}
</style>