Shades of Rio Grande #BECB16
Tints of Rio Grande #BECB16
RGB
CMYK
RGB Variations
Color information
#BECB16 (or 0xBECB16) is known color: Rio Grande. HEX triplet: BE, CB and 16. RGB value is (190,203,22). Sum of RGB (Red+Green+Blue) = 190+203+22=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB16 is #4134E9. Grayscale: #B3B3B3. Windows color (decimal): -4273386 or 1493950. OLE color: 1493950.
HSL color Cylindrical-coordinate representation of color #BECB16: hue angle of 64.31º 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 #BECB16 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 22 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.20 |
| HSL | 64.31º | 0.8% | 0.44% | - |
| HSV(B) | 64.31º | 0.89% | 0.8% | - |
| XYZ | 42.74 | 53.72 | 8.88 | - |
| YUV | 178.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 22 | 0.06 | 0 | 0.89 | 0.20 | 64.31 | 0.8 | 0.44 |
| Hex | BE | CB | 16 | 6 | 0 | 59 | 14 | 40 | 50 | 2C |
| Octal | 276 | 313 | 26 | 6 | 0 | 131 | 24 | 100 | 120 | 54 |
| Binary | 10111110 | 11001011 | 10110 | 110 | 0 | 1011001 | 10100 | 1000000 | 1010000 | 101100 |
Color Harmonies of #BECB16
Complementary color
Monochromatic Colors of #BECB16
Black with #BECB16
Text Example
Text Example
White with #BECB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB16; }
p { color: rgb(190,203,22); }
H1.HeaderClassName
{
color: #BECB16;
}
.AnyTagClassName
{
color: #BECB16;
}
</style>
background-color css
<style>
a { background-color: #BECB16; }
a { background-color: rgb(190,203,22); }
div.DivClassName
{
background-color: #BECB16;
}
.BgClassName
{
background-color: #BECB16;
}
</style>
border-color css
<style>
span { border-color: #BECB16; }
span { border-color: rgb(190,203,22); }
td.TdClassName
{
border-color: #BECB16;
}
.TagClassName
{
border-color: #BECB16;
}
</style>