Shades of Rio Grande #BDBC2E
Tints of Rio Grande #BDBC2E
RGB
CMYK
RGB Variations
Color information
#BDBC2E (or 0xBDBC2E) is known color: Rio Grande. HEX triplet: BD, BC and 2E. RGB value is (189,188,46). Sum of RGB (Red+Green+Blue) = 189+188+46=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC2E is #4243D1. Grayscale: #ACACAC. Windows color (decimal): -4342738 or 3062973. OLE color: 3062973.
HSL color Cylindrical-coordinate representation of color #BDBC2E: hue angle of 59.58º 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 #BDBC2E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 46 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.26 |
| HSL | 59.58º | 0.61% | 0.46% | - |
| HSV(B) | 59.58º | 0.76% | 0.74% | - |
| XYZ | 39.46 | 46.98 | 9.57 | - |
| YUV | 172.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 46 | 0 | 0.01 | 0.76 | 0.26 | 59.58 | 0.61 | 0.46 |
| Hex | BD | BC | 2E | 0 | 1 | 4C | 1A | 3C | 3D | 2E |
| Octal | 275 | 274 | 56 | 0 | 1 | 114 | 32 | 74 | 75 | 56 |
| Binary | 10111101 | 10111100 | 101110 | 0 | 1 | 1001100 | 11010 | 111100 | 111101 | 101110 |
Color Harmonies of #BDBC2E
Complementary color
Monochromatic Colors of #BDBC2E
Black with #BDBC2E
Text Example
Text Example
White with #BDBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC2E; }
p { color: rgb(189,188,46); }
H1.HeaderClassName
{
color: #BDBC2E;
}
.AnyTagClassName
{
color: #BDBC2E;
}
</style>
background-color css
<style>
a { background-color: #BDBC2E; }
a { background-color: rgb(189,188,46); }
div.DivClassName
{
background-color: #BDBC2E;
}
.BgClassName
{
background-color: #BDBC2E;
}
</style>
border-color css
<style>
span { border-color: #BDBC2E; }
span { border-color: rgb(189,188,46); }
td.TdClassName
{
border-color: #BDBC2E;
}
.TagClassName
{
border-color: #BDBC2E;
}
</style>