Shades of Rio Grande #BDBF2E
Tints of Rio Grande #BDBF2E
RGB
CMYK
RGB Variations
Color information
#BDBF2E (or 0xBDBF2E) is known color: Rio Grande. HEX triplet: BD, BF and 2E. RGB value is (189,191,46). Sum of RGB (Red+Green+Blue) = 189+191+46=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF2E is #4240D1. Grayscale: #AEAEAE. Windows color (decimal): -4341970 or 3063741. OLE color: 3063741.
HSL color Cylindrical-coordinate representation of color #BDBF2E: hue angle of 60.83º degrees, saturation: 0.61, 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 #BDBF2E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 46 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.25 |
| HSL | 60.83º | 0.61% | 0.46% | - |
| HSV(B) | 60.83º | 0.76% | 0.75% | - |
| XYZ | 40.11 | 48.28 | 9.79 | - |
| YUV | 173.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 46 | 0.01 | 0 | 0.76 | 0.25 | 60.83 | 0.61 | 0.46 |
| Hex | BD | BF | 2E | 1 | 0 | 4C | 19 | 3D | 3D | 2E |
| Octal | 275 | 277 | 56 | 1 | 0 | 114 | 31 | 75 | 75 | 56 |
| Binary | 10111101 | 10111111 | 101110 | 1 | 0 | 1001100 | 11001 | 111101 | 111101 | 101110 |
Color Harmonies of #BDBF2E
Complementary color
Monochromatic Colors of #BDBF2E
Black with #BDBF2E
Text Example
Text Example
White with #BDBF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF2E; }
p { color: rgb(189,191,46); }
H1.HeaderClassName
{
color: #BDBF2E;
}
.AnyTagClassName
{
color: #BDBF2E;
}
</style>
background-color css
<style>
a { background-color: #BDBF2E; }
a { background-color: rgb(189,191,46); }
div.DivClassName
{
background-color: #BDBF2E;
}
.BgClassName
{
background-color: #BDBF2E;
}
</style>
border-color css
<style>
span { border-color: #BDBF2E; }
span { border-color: rgb(189,191,46); }
td.TdClassName
{
border-color: #BDBF2E;
}
.TagClassName
{
border-color: #BDBF2E;
}
</style>