Shades of Rio Grande #BECE14
Tints of Rio Grande #BECE14
RGB
CMYK
RGB Variations
Color information
#BECE14 (or 0xBECE14) is known color: Rio Grande. HEX triplet: BE, CE and 14. RGB value is (190,206,20). Sum of RGB (Red+Green+Blue) = 190+206+20=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE14 is #4131EB. Grayscale: #B4B4B4. Windows color (decimal): -4272620 or 1363646. OLE color: 1363646.
HSL color Cylindrical-coordinate representation of color #BECE14: hue angle of 65.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BECE14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.19 |
| HSL | 65.16º | 0.82% | 0.44% | - |
| HSV(B) | 65.16º | 0.9% | 0.81% | - |
| XYZ | 43.43 | 55.14 | 9.02 | - |
| YUV | 180.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 20 | 0.08 | 0 | 0.90 | 0.19 | 65.16 | 0.82 | 0.44 |
| Hex | BE | CE | 14 | 8 | 0 | 5A | 13 | 41 | 52 | 2C |
| Octal | 276 | 316 | 24 | 10 | 0 | 132 | 23 | 101 | 122 | 54 |
| Binary | 10111110 | 11001110 | 10100 | 1000 | 0 | 1011010 | 10011 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BECE14
Complementary color
Monochromatic Colors of #BECE14
Black with #BECE14
Text Example
Text Example
White with #BECE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE14; }
p { color: rgb(190,206,20); }
H1.HeaderClassName
{
color: #BECE14;
}
.AnyTagClassName
{
color: #BECE14;
}
</style>
background-color css
<style>
a { background-color: #BECE14; }
a { background-color: rgb(190,206,20); }
div.DivClassName
{
background-color: #BECE14;
}
.BgClassName
{
background-color: #BECE14;
}
</style>
border-color css
<style>
span { border-color: #BECE14; }
span { border-color: rgb(190,206,20); }
td.TdClassName
{
border-color: #BECE14;
}
.TagClassName
{
border-color: #BECE14;
}
</style>