Shades of Rio Grande #BECB14
Tints of Rio Grande #BECB14
RGB
CMYK
RGB Variations
Color information
#BECB14 (or 0xBECB14) is known color: Rio Grande. HEX triplet: BE, CB and 14. RGB value is (190,203,20). Sum of RGB (Red+Green+Blue) = 190+203+20=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECB14 is #4134EB. Grayscale: #B2B2B2. Windows color (decimal): -4273388 or 1362878. OLE color: 1362878.
HSL color Cylindrical-coordinate representation of color #BECB14: hue angle of 64.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BECB14 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 20 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.20 |
| HSL | 64.26º | 0.82% | 0.44% | - |
| HSV(B) | 64.26º | 0.9% | 0.8% | - |
| XYZ | 42.72 | 53.71 | 8.78 | - |
| YUV | 178.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 20 | 0.06 | 0 | 0.90 | 0.20 | 64.26 | 0.82 | 0.44 |
| Hex | BE | CB | 14 | 6 | 0 | 5A | 14 | 40 | 52 | 2C |
| Octal | 276 | 313 | 24 | 6 | 0 | 132 | 24 | 100 | 122 | 54 |
| Binary | 10111110 | 11001011 | 10100 | 110 | 0 | 1011010 | 10100 | 1000000 | 1010010 | 101100 |
Color Harmonies of #BECB14
Complementary color
Monochromatic Colors of #BECB14
Black with #BECB14
Text Example
Text Example
White with #BECB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB14; }
p { color: rgb(190,203,20); }
H1.HeaderClassName
{
color: #BECB14;
}
.AnyTagClassName
{
color: #BECB14;
}
</style>
background-color css
<style>
a { background-color: #BECB14; }
a { background-color: rgb(190,203,20); }
div.DivClassName
{
background-color: #BECB14;
}
.BgClassName
{
background-color: #BECB14;
}
</style>
border-color css
<style>
span { border-color: #BECB14; }
span { border-color: rgb(190,203,20); }
td.TdClassName
{
border-color: #BECB14;
}
.TagClassName
{
border-color: #BECB14;
}
</style>