Shades of Rio Grande #BECE1D
Tints of Rio Grande #BECE1D
RGB
CMYK
RGB Variations
Color information
#BECE1D (or 0xBECE1D) is known color: Rio Grande. HEX triplet: BE, CE and 1D. RGB value is (190,206,29). Sum of RGB (Red+Green+Blue) = 190+206+29=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE1D is #4131E2. Grayscale: #B5B5B5. Windows color (decimal): -4272611 or 1953470. OLE color: 1953470.
HSL color Cylindrical-coordinate representation of color #BECE1D: hue angle of 65.42º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BECE1D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 29 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.19 |
| HSL | 65.42º | 0.75% | 0.46% | - |
| HSV(B) | 65.42º | 0.86% | 0.81% | - |
| XYZ | 43.53 | 55.18 | 9.52 | - |
| YUV | 181.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 29 | 0.08 | 0 | 0.86 | 0.19 | 65.42 | 0.75 | 0.46 |
| Hex | BE | CE | 1D | 8 | 0 | 56 | 13 | 41 | 4B | 2E |
| Octal | 276 | 316 | 35 | 10 | 0 | 126 | 23 | 101 | 113 | 56 |
| Binary | 10111110 | 11001110 | 11101 | 1000 | 0 | 1010110 | 10011 | 1000001 | 1001011 | 101110 |
Color Harmonies of #BECE1D
Complementary color
Monochromatic Colors of #BECE1D
Black with #BECE1D
Text Example
Text Example
White with #BECE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE1D; }
p { color: rgb(190,206,29); }
H1.HeaderClassName
{
color: #BECE1D;
}
.AnyTagClassName
{
color: #BECE1D;
}
</style>
background-color css
<style>
a { background-color: #BECE1D; }
a { background-color: rgb(190,206,29); }
div.DivClassName
{
background-color: #BECE1D;
}
.BgClassName
{
background-color: #BECE1D;
}
</style>
border-color css
<style>
span { border-color: #BECE1D; }
span { border-color: rgb(190,206,29); }
td.TdClassName
{
border-color: #BECE1D;
}
.TagClassName
{
border-color: #BECE1D;
}
</style>