Shades of Rio Grande #BEBC2D
Tints of Rio Grande #BEBC2D
RGB
CMYK
RGB Variations
Color information
#BEBC2D (or 0xBEBC2D) is known color: Rio Grande. HEX triplet: BE, BC and 2D. RGB value is (190,188,45). Sum of RGB (Red+Green+Blue) = 190+188+45=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC2D is #4143D2. Grayscale: #ACACAC. Windows color (decimal): -4277203 or 2997438. OLE color: 2997438.
HSL color Cylindrical-coordinate representation of color #BEBC2D: hue angle of 59.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEBC2D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 45 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.25 |
| HSL | 59.17º | 0.62% | 0.46% | - |
| HSV(B) | 59.17º | 0.76% | 0.75% | - |
| XYZ | 39.69 | 47.1 | 9.48 | - |
| YUV | 172.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 45 | 0 | 0.01 | 0.76 | 0.25 | 59.17 | 0.62 | 0.46 |
| Hex | BE | BC | 2D | 0 | 1 | 4C | 19 | 3B | 3E | 2E |
| Octal | 276 | 274 | 55 | 0 | 1 | 114 | 31 | 73 | 76 | 56 |
| Binary | 10111110 | 10111100 | 101101 | 0 | 1 | 1001100 | 11001 | 111011 | 111110 | 101110 |
Color Harmonies of #BEBC2D
Complementary color
Monochromatic Colors of #BEBC2D
Black with #BEBC2D
Text Example
Text Example
White with #BEBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC2D; }
p { color: rgb(190,188,45); }
H1.HeaderClassName
{
color: #BEBC2D;
}
.AnyTagClassName
{
color: #BEBC2D;
}
</style>
background-color css
<style>
a { background-color: #BEBC2D; }
a { background-color: rgb(190,188,45); }
div.DivClassName
{
background-color: #BEBC2D;
}
.BgClassName
{
background-color: #BEBC2D;
}
</style>
border-color css
<style>
span { border-color: #BEBC2D; }
span { border-color: rgb(190,188,45); }
td.TdClassName
{
border-color: #BEBC2D;
}
.TagClassName
{
border-color: #BEBC2D;
}
</style>