Shades of Rio Grande #BECE1F
Tints of Rio Grande #BECE1F
RGB
CMYK
RGB Variations
Color information
#BECE1F (or 0xBECE1F) is known color: Rio Grande. HEX triplet: BE, CE and 1F. RGB value is (190,206,31). Sum of RGB (Red+Green+Blue) = 190+206+31=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE1F is #4131E0. Grayscale: #B5B5B5. Windows color (decimal): -4272609 or 2084542. OLE color: 2084542.
HSL color Cylindrical-coordinate representation of color #BECE1F: hue angle of 65.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECE1F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 31 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.19 |
| HSL | 65.49º | 0.74% | 0.46% | - |
| HSV(B) | 65.49º | 0.85% | 0.81% | - |
| XYZ | 43.55 | 55.19 | 9.65 | - |
| YUV | 181.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 31 | 0.08 | 0 | 0.85 | 0.19 | 65.49 | 0.74 | 0.46 |
| Hex | BE | CE | 1F | 8 | 0 | 55 | 13 | 41 | 4A | 2E |
| Octal | 276 | 316 | 37 | 10 | 0 | 125 | 23 | 101 | 112 | 56 |
| Binary | 10111110 | 11001110 | 11111 | 1000 | 0 | 1010101 | 10011 | 1000001 | 1001010 | 101110 |
Color Harmonies of #BECE1F
Complementary color
Monochromatic Colors of #BECE1F
Black with #BECE1F
Text Example
Text Example
White with #BECE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE1F; }
p { color: rgb(190,206,31); }
H1.HeaderClassName
{
color: #BECE1F;
}
.AnyTagClassName
{
color: #BECE1F;
}
</style>
background-color css
<style>
a { background-color: #BECE1F; }
a { background-color: rgb(190,206,31); }
div.DivClassName
{
background-color: #BECE1F;
}
.BgClassName
{
background-color: #BECE1F;
}
</style>
border-color css
<style>
span { border-color: #BECE1F; }
span { border-color: rgb(190,206,31); }
td.TdClassName
{
border-color: #BECE1F;
}
.TagClassName
{
border-color: #BECE1F;
}
</style>