Shades of Rio Grande #BECA17
Tints of Rio Grande #BECA17
RGB
CMYK
RGB Variations
Color information
#BECA17 (or 0xBECA17) is known color: Rio Grande. HEX triplet: BE, CA and 17. RGB value is (190,202,23). Sum of RGB (Red+Green+Blue) = 190+202+23=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA17 is #4135E8. Grayscale: #B2B2B2. Windows color (decimal): -4273641 or 1559230. OLE color: 1559230.
HSL color Cylindrical-coordinate representation of color #BECA17: hue angle of 64.02º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BECA17 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.21 |
| HSL | 64.02º | 0.8% | 0.44% | - |
| HSV(B) | 64.02º | 0.89% | 0.79% | - |
| XYZ | 42.51 | 53.25 | 8.85 | - |
| YUV | 178.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 23 | 0.06 | 0 | 0.89 | 0.21 | 64.02 | 0.8 | 0.44 |
| Hex | BE | CA | 17 | 6 | 0 | 59 | 15 | 40 | 50 | 2C |
| Octal | 276 | 312 | 27 | 6 | 0 | 131 | 25 | 100 | 120 | 54 |
| Binary | 10111110 | 11001010 | 10111 | 110 | 0 | 1011001 | 10101 | 1000000 | 1010000 | 101100 |
Color Harmonies of #BECA17
Complementary color
Monochromatic Colors of #BECA17
Black with #BECA17
Text Example
Text Example
White with #BECA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA17; }
p { color: rgb(190,202,23); }
H1.HeaderClassName
{
color: #BECA17;
}
.AnyTagClassName
{
color: #BECA17;
}
</style>
background-color css
<style>
a { background-color: #BECA17; }
a { background-color: rgb(190,202,23); }
div.DivClassName
{
background-color: #BECA17;
}
.BgClassName
{
background-color: #BECA17;
}
</style>
border-color css
<style>
span { border-color: #BECA17; }
span { border-color: rgb(190,202,23); }
td.TdClassName
{
border-color: #BECA17;
}
.TagClassName
{
border-color: #BECA17;
}
</style>