Shades of Rio Grande #BDBB2E
Tints of Rio Grande #BDBB2E
RGB
CMYK
RGB Variations
Color information
#BDBB2E (or 0xBDBB2E) is known color: Rio Grande. HEX triplet: BD, BB and 2E. RGB value is (189,187,46). Sum of RGB (Red+Green+Blue) = 189+187+46=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB2E is #4244D1. Grayscale: #ACACAC. Windows color (decimal): -4342994 or 3062717. OLE color: 3062717.
HSL color Cylindrical-coordinate representation of color #BDBB2E: hue angle of 59.16º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDBB2E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 46 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.26 |
| HSL | 59.16º | 0.61% | 0.46% | - |
| HSV(B) | 59.16º | 0.76% | 0.74% | - |
| XYZ | 39.25 | 46.56 | 9.5 | - |
| YUV | 171.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 46 | 0 | 0.01 | 0.76 | 0.26 | 59.16 | 0.61 | 0.46 |
| Hex | BD | BB | 2E | 0 | 1 | 4C | 1A | 3B | 3D | 2E |
| Octal | 275 | 273 | 56 | 0 | 1 | 114 | 32 | 73 | 75 | 56 |
| Binary | 10111101 | 10111011 | 101110 | 0 | 1 | 1001100 | 11010 | 111011 | 111101 | 101110 |
Color Harmonies of #BDBB2E
Complementary color
Monochromatic Colors of #BDBB2E
Black with #BDBB2E
Text Example
Text Example
White with #BDBB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB2E; }
p { color: rgb(189,187,46); }
H1.HeaderClassName
{
color: #BDBB2E;
}
.AnyTagClassName
{
color: #BDBB2E;
}
</style>
background-color css
<style>
a { background-color: #BDBB2E; }
a { background-color: rgb(189,187,46); }
div.DivClassName
{
background-color: #BDBB2E;
}
.BgClassName
{
background-color: #BDBB2E;
}
</style>
border-color css
<style>
span { border-color: #BDBB2E; }
span { border-color: rgb(189,187,46); }
td.TdClassName
{
border-color: #BDBB2E;
}
.TagClassName
{
border-color: #BDBB2E;
}
</style>