Shades of Rio Grande #BDBD2B
Tints of Rio Grande #BDBD2B
RGB
CMYK
RGB Variations
Color information
#BDBD2B (or 0xBDBD2B) is known color: Rio Grande. HEX triplet: BD, BD and 2B. RGB value is (189,189,43). Sum of RGB (Red+Green+Blue) = 189+189+43=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD2B is #4242D4. Grayscale: #ACACAC. Windows color (decimal): -4342485 or 2866621. OLE color: 2866621.
HSL color Cylindrical-coordinate representation of color #BDBD2B: hue angle of 60º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDBD2B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 43 | - |
| CMYK | 0 | 0 | 0.77 | 0.26 |
| HSL | 60º | 0.63% | 0.45% | - |
| HSV(B) | 60º | 0.77% | 0.74% | - |
| XYZ | 39.62 | 47.39 | 9.34 | - |
| YUV | 172.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 43 | 0 | 0 | 0.77 | 0.26 | 60 | 0.63 | 0.45 |
| Hex | BD | BD | 2B | 0 | 0 | 4D | 1A | 3C | 3F | 2D |
| Octal | 275 | 275 | 53 | 0 | 0 | 115 | 32 | 74 | 77 | 55 |
| Binary | 10111101 | 10111101 | 101011 | 0 | 0 | 1001101 | 11010 | 111100 | 111111 | 101101 |
Color Harmonies of #BDBD2B
Complementary color
Monochromatic Colors of #BDBD2B
Black with #BDBD2B
Text Example
Text Example
White with #BDBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD2B; }
p { color: rgb(189,189,43); }
H1.HeaderClassName
{
color: #BDBD2B;
}
.AnyTagClassName
{
color: #BDBD2B;
}
</style>
background-color css
<style>
a { background-color: #BDBD2B; }
a { background-color: rgb(189,189,43); }
div.DivClassName
{
background-color: #BDBD2B;
}
.BgClassName
{
background-color: #BDBD2B;
}
</style>
border-color css
<style>
span { border-color: #BDBD2B; }
span { border-color: rgb(189,189,43); }
td.TdClassName
{
border-color: #BDBD2B;
}
.TagClassName
{
border-color: #BDBD2B;
}
</style>