Shades of Rio Grande #BECC1E
Tints of Rio Grande #BECC1E
RGB
CMYK
RGB Variations
Color information
#BECC1E (or 0xBECC1E) is known color: Rio Grande. HEX triplet: BE, CC and 1E. RGB value is (190,204,30). Sum of RGB (Red+Green+Blue) = 190+204+30=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC1E is #4133E1. Grayscale: #B4B4B4. Windows color (decimal): -4273122 or 2018494. OLE color: 2018494.
HSL color Cylindrical-coordinate representation of color #BECC1E: hue angle of 64.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECC1E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 30 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.2 |
| HSL | 64.83º | 0.74% | 0.46% | - |
| HSV(B) | 64.83º | 0.85% | 0.8% | - |
| XYZ | 43.06 | 54.23 | 9.43 | - |
| YUV | 179.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 30 | 0.07 | 0 | 0.85 | 0.2 | 64.83 | 0.74 | 0.46 |
| Hex | BE | CC | 1E | 7 | 0 | 55 | 14 | 41 | 4A | 2E |
| Octal | 276 | 314 | 36 | 7 | 0 | 125 | 24 | 101 | 112 | 56 |
| Binary | 10111110 | 11001100 | 11110 | 111 | 0 | 1010101 | 10100 | 1000001 | 1001010 | 101110 |
Color Harmonies of #BECC1E
Complementary color
Monochromatic Colors of #BECC1E
Black with #BECC1E
Text Example
Text Example
White with #BECC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC1E; }
p { color: rgb(190,204,30); }
H1.HeaderClassName
{
color: #BECC1E;
}
.AnyTagClassName
{
color: #BECC1E;
}
</style>
background-color css
<style>
a { background-color: #BECC1E; }
a { background-color: rgb(190,204,30); }
div.DivClassName
{
background-color: #BECC1E;
}
.BgClassName
{
background-color: #BECC1E;
}
</style>
border-color css
<style>
span { border-color: #BECC1E; }
span { border-color: rgb(190,204,30); }
td.TdClassName
{
border-color: #BECC1E;
}
.TagClassName
{
border-color: #BECC1E;
}
</style>