Shades of Rio Grande #BECA1E
Tints of Rio Grande #BECA1E
RGB
CMYK
RGB Variations
Color information
#BECA1E (or 0xBECA1E) is known color: Rio Grande. HEX triplet: BE, CA and 1E. RGB value is (190,202,30). Sum of RGB (Red+Green+Blue) = 190+202+30=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA1E is #4135E1. Grayscale: #B3B3B3. Windows color (decimal): -4273634 or 2017982. OLE color: 2017982.
HSL color Cylindrical-coordinate representation of color #BECA1E: hue angle of 64.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECA1E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 30 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.21 |
| HSL | 64.19º | 0.74% | 0.45% | - |
| HSV(B) | 64.19º | 0.85% | 0.79% | - |
| XYZ | 42.59 | 53.28 | 9.27 | - |
| YUV | 178.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 30 | 0.06 | 0 | 0.85 | 0.21 | 64.19 | 0.74 | 0.45 |
| Hex | BE | CA | 1E | 6 | 0 | 55 | 15 | 40 | 4A | 2D |
| Octal | 276 | 312 | 36 | 6 | 0 | 125 | 25 | 100 | 112 | 55 |
| Binary | 10111110 | 11001010 | 11110 | 110 | 0 | 1010101 | 10101 | 1000000 | 1001010 | 101101 |
Color Harmonies of #BECA1E
Complementary color
Monochromatic Colors of #BECA1E
Black with #BECA1E
Text Example
Text Example
White with #BECA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA1E; }
p { color: rgb(190,202,30); }
H1.HeaderClassName
{
color: #BECA1E;
}
.AnyTagClassName
{
color: #BECA1E;
}
</style>
background-color css
<style>
a { background-color: #BECA1E; }
a { background-color: rgb(190,202,30); }
div.DivClassName
{
background-color: #BECA1E;
}
.BgClassName
{
background-color: #BECA1E;
}
</style>
border-color css
<style>
span { border-color: #BECA1E; }
span { border-color: rgb(190,202,30); }
td.TdClassName
{
border-color: #BECA1E;
}
.TagClassName
{
border-color: #BECA1E;
}
</style>