Shades of Rio Grande #BECF0F
Tints of Rio Grande #BECF0F
RGB
CMYK
RGB Variations
Color information
#BECF0F (or 0xBECF0F) is known color: Rio Grande. HEX triplet: BE, CF and 0F. RGB value is (190,207,15). Sum of RGB (Red+Green+Blue) = 190+207+15=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF0F is #4130F0. Grayscale: #B4B4B4. Windows color (decimal): -4272369 or 1036222. OLE color: 1036222.
HSL color Cylindrical-coordinate representation of color #BECF0F: hue angle of 65.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BECF0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.19 |
| HSL | 65.31º | 0.86% | 0.44% | - |
| HSV(B) | 65.31º | 0.93% | 0.81% | - |
| XYZ | 43.63 | 55.61 | 8.89 | - |
| YUV | 180.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 15 | 0.08 | 0 | 0.93 | 0.19 | 65.31 | 0.86 | 0.44 |
| Hex | BE | CF | F | 8 | 0 | 5D | 13 | 41 | 56 | 2C |
| Octal | 276 | 317 | 17 | 10 | 0 | 135 | 23 | 101 | 126 | 54 |
| Binary | 10111110 | 11001111 | 1111 | 1000 | 0 | 1011101 | 10011 | 1000001 | 1010110 | 101100 |
Color Harmonies of #BECF0F
Complementary color
Monochromatic Colors of #BECF0F
Black with #BECF0F
Text Example
Text Example
White with #BECF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF0F; }
p { color: rgb(190,207,15); }
H1.HeaderClassName
{
color: #BECF0F;
}
.AnyTagClassName
{
color: #BECF0F;
}
</style>
background-color css
<style>
a { background-color: #BECF0F; }
a { background-color: rgb(190,207,15); }
div.DivClassName
{
background-color: #BECF0F;
}
.BgClassName
{
background-color: #BECF0F;
}
</style>
border-color css
<style>
span { border-color: #BECF0F; }
span { border-color: rgb(190,207,15); }
td.TdClassName
{
border-color: #BECF0F;
}
.TagClassName
{
border-color: #BECF0F;
}
</style>