Shades of Rio Grande #BECB17
Tints of Rio Grande #BECB17
RGB
CMYK
RGB Variations
Color information
#BECB17 (or 0xBECB17) is known color: Rio Grande. HEX triplet: BE, CB and 17. RGB value is (190,203,23). Sum of RGB (Red+Green+Blue) = 190+203+23=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB17 is #4134E8. Grayscale: #B3B3B3. Windows color (decimal): -4273385 or 1559486. OLE color: 1559486.
HSL color Cylindrical-coordinate representation of color #BECB17: hue angle of 64.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BECB17 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.20 |
| HSL | 64.33º | 0.8% | 0.44% | - |
| HSV(B) | 64.33º | 0.89% | 0.8% | - |
| XYZ | 42.75 | 53.72 | 8.93 | - |
| YUV | 178.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 23 | 0.06 | 0 | 0.89 | 0.20 | 64.33 | 0.8 | 0.44 |
| Hex | BE | CB | 17 | 6 | 0 | 59 | 14 | 40 | 50 | 2C |
| Octal | 276 | 313 | 27 | 6 | 0 | 131 | 24 | 100 | 120 | 54 |
| Binary | 10111110 | 11001011 | 10111 | 110 | 0 | 1011001 | 10100 | 1000000 | 1010000 | 101100 |
Color Harmonies of #BECB17
Complementary color
Monochromatic Colors of #BECB17
Black with #BECB17
Text Example
Text Example
White with #BECB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB17; }
p { color: rgb(190,203,23); }
H1.HeaderClassName
{
color: #BECB17;
}
.AnyTagClassName
{
color: #BECB17;
}
</style>
background-color css
<style>
a { background-color: #BECB17; }
a { background-color: rgb(190,203,23); }
div.DivClassName
{
background-color: #BECB17;
}
.BgClassName
{
background-color: #BECB17;
}
</style>
border-color css
<style>
span { border-color: #BECB17; }
span { border-color: rgb(190,203,23); }
td.TdClassName
{
border-color: #BECB17;
}
.TagClassName
{
border-color: #BECB17;
}
</style>