Shades of Rio Grande #BDBD2D
Tints of Rio Grande #BDBD2D
RGB
CMYK
RGB Variations
Color information
#BDBD2D (or 0xBDBD2D) is known color: Rio Grande. HEX triplet: BD, BD and 2D. RGB value is (189,189,45). Sum of RGB (Red+Green+Blue) = 189+189+45=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD2D is #4242D2. Grayscale: #ADADAD. Windows color (decimal): -4342483 or 2997693. OLE color: 2997693.
HSL color Cylindrical-coordinate representation of color #BDBD2D: hue angle of 60º degrees, saturation: 0.62, 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 #BDBD2D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 45 | - |
| CMYK | 0 | 0 | 0.76 | 0.26 |
| HSL | 60º | 0.62% | 0.46% | - |
| HSV(B) | 60º | 0.76% | 0.74% | - |
| XYZ | 39.66 | 47.4 | 9.54 | - |
| YUV | 172.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 45 | 0 | 0 | 0.76 | 0.26 | 60 | 0.62 | 0.46 |
| Hex | BD | BD | 2D | 0 | 0 | 4C | 1A | 3C | 3E | 2E |
| Octal | 275 | 275 | 55 | 0 | 0 | 114 | 32 | 74 | 76 | 56 |
| Binary | 10111101 | 10111101 | 101101 | 0 | 0 | 1001100 | 11010 | 111100 | 111110 | 101110 |
Color Harmonies of #BDBD2D
Complementary color
Monochromatic Colors of #BDBD2D
Black with #BDBD2D
Text Example
Text Example
White with #BDBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD2D; }
p { color: rgb(189,189,45); }
H1.HeaderClassName
{
color: #BDBD2D;
}
.AnyTagClassName
{
color: #BDBD2D;
}
</style>
background-color css
<style>
a { background-color: #BDBD2D; }
a { background-color: rgb(189,189,45); }
div.DivClassName
{
background-color: #BDBD2D;
}
.BgClassName
{
background-color: #BDBD2D;
}
</style>
border-color css
<style>
span { border-color: #BDBD2D; }
span { border-color: rgb(189,189,45); }
td.TdClassName
{
border-color: #BDBD2D;
}
.TagClassName
{
border-color: #BDBD2D;
}
</style>