Shades of Rio Grande #BDBB1D
Tints of Rio Grande #BDBB1D
RGB
CMYK
RGB Variations
Color information
#BDBB1D (or 0xBDBB1D) is known color: Rio Grande. HEX triplet: BD, BB and 1D. RGB value is (189,187,29). Sum of RGB (Red+Green+Blue) = 189+187+29=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB1D is #4244E2. Grayscale: #AAAAAA. Windows color (decimal): -4343011 or 1948605. OLE color: 1948605.
HSL color Cylindrical-coordinate representation of color #BDBB1D: hue angle of 59.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDBB1D is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 29 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.26 |
| HSL | 59.25º | 0.73% | 0.43% | - |
| HSV(B) | 59.25º | 0.85% | 0.74% | - |
| XYZ | 38.98 | 46.45 | 8.07 | - |
| YUV | 169.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 29 | 0 | 0.01 | 0.85 | 0.26 | 59.25 | 0.73 | 0.43 |
| Hex | BD | BB | 1D | 0 | 1 | 55 | 1A | 3B | 49 | 2B |
| Octal | 275 | 273 | 35 | 0 | 1 | 125 | 32 | 73 | 111 | 53 |
| Binary | 10111101 | 10111011 | 11101 | 0 | 1 | 1010101 | 11010 | 111011 | 1001001 | 101011 |
Color Harmonies of #BDBB1D
Complementary color
Monochromatic Colors of #BDBB1D
Black with #BDBB1D
Text Example
Text Example
White with #BDBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB1D; }
p { color: rgb(189,187,29); }
H1.HeaderClassName
{
color: #BDBB1D;
}
.AnyTagClassName
{
color: #BDBB1D;
}
</style>
background-color css
<style>
a { background-color: #BDBB1D; }
a { background-color: rgb(189,187,29); }
div.DivClassName
{
background-color: #BDBB1D;
}
.BgClassName
{
background-color: #BDBB1D;
}
</style>
border-color css
<style>
span { border-color: #BDBB1D; }
span { border-color: rgb(189,187,29); }
td.TdClassName
{
border-color: #BDBB1D;
}
.TagClassName
{
border-color: #BDBB1D;
}
</style>