Shades of Rio Grande #BDBE2E
Tints of Rio Grande #BDBE2E
RGB
CMYK
RGB Variations
Color information
#BDBE2E (or 0xBDBE2E) is known color: Rio Grande. HEX triplet: BD, BE and 2E. RGB value is (189,190,46). Sum of RGB (Red+Green+Blue) = 189+190+46=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE2E is #4241D1. Grayscale: #ADADAD. Windows color (decimal): -4342226 or 3063485. OLE color: 3063485.
HSL color Cylindrical-coordinate representation of color #BDBE2E: hue angle of 60.42º 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 #BDBE2E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 46 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.25 |
| HSL | 60.42º | 0.61% | 0.46% | - |
| HSV(B) | 60.42º | 0.76% | 0.75% | - |
| XYZ | 39.89 | 47.84 | 9.72 | - |
| YUV | 173.29 | 56.17 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 46 | 0.01 | 0 | 0.76 | 0.25 | 60.42 | 0.61 | 0.46 |
| Hex | BD | BE | 2E | 1 | 0 | 4C | 19 | 3C | 3D | 2E |
| Octal | 275 | 276 | 56 | 1 | 0 | 114 | 31 | 74 | 75 | 56 |
| Binary | 10111101 | 10111110 | 101110 | 1 | 0 | 1001100 | 11001 | 111100 | 111101 | 101110 |
Color Harmonies of #BDBE2E
Complementary color
Monochromatic Colors of #BDBE2E
Black with #BDBE2E
Text Example
Text Example
White with #BDBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE2E; }
p { color: rgb(189,190,46); }
H1.HeaderClassName
{
color: #BDBE2E;
}
.AnyTagClassName
{
color: #BDBE2E;
}
</style>
background-color css
<style>
a { background-color: #BDBE2E; }
a { background-color: rgb(189,190,46); }
div.DivClassName
{
background-color: #BDBE2E;
}
.BgClassName
{
background-color: #BDBE2E;
}
</style>
border-color css
<style>
span { border-color: #BDBE2E; }
span { border-color: rgb(189,190,46); }
td.TdClassName
{
border-color: #BDBE2E;
}
.TagClassName
{
border-color: #BDBE2E;
}
</style>