Shades of Rio Grande #BDBD2E
Tints of Rio Grande #BDBD2E
RGB
CMYK
RGB Variations
Color information
#BDBD2E (or 0xBDBD2E) is known color: Rio Grande. HEX triplet: BD, BD and 2E. RGB value is (189,189,46). Sum of RGB (Red+Green+Blue) = 189+189+46=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD2E is #4242D1. Grayscale: #ADADAD. Windows color (decimal): -4342482 or 3063229. OLE color: 3063229.
HSL color Cylindrical-coordinate representation of color #BDBD2E: hue angle of 60º 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 #BDBD2E is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 46 | - |
| CMYK | 0 | 0 | 0.76 | 0.26 |
| HSL | 60º | 0.61% | 0.46% | - |
| HSV(B) | 60º | 0.76% | 0.74% | - |
| XYZ | 39.68 | 47.41 | 9.64 | - |
| YUV | 172.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 46 | 0 | 0 | 0.76 | 0.26 | 60 | 0.61 | 0.46 |
| Hex | BD | BD | 2E | 0 | 0 | 4C | 1A | 3C | 3D | 2E |
| Octal | 275 | 275 | 56 | 0 | 0 | 114 | 32 | 74 | 75 | 56 |
| Binary | 10111101 | 10111101 | 101110 | 0 | 0 | 1001100 | 11010 | 111100 | 111101 | 101110 |
Color Harmonies of #BDBD2E
Complementary color
Monochromatic Colors of #BDBD2E
Black with #BDBD2E
Text Example
Text Example
White with #BDBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD2E; }
p { color: rgb(189,189,46); }
H1.HeaderClassName
{
color: #BDBD2E;
}
.AnyTagClassName
{
color: #BDBD2E;
}
</style>
background-color css
<style>
a { background-color: #BDBD2E; }
a { background-color: rgb(189,189,46); }
div.DivClassName
{
background-color: #BDBD2E;
}
.BgClassName
{
background-color: #BDBD2E;
}
</style>
border-color css
<style>
span { border-color: #BDBD2E; }
span { border-color: rgb(189,189,46); }
td.TdClassName
{
border-color: #BDBD2E;
}
.TagClassName
{
border-color: #BDBD2E;
}
</style>