Shades of Rio Grande #BDBD1D
Tints of Rio Grande #BDBD1D
RGB
CMYK
RGB Variations
Color information
#BDBD1D (or 0xBDBD1D) is known color: Rio Grande. HEX triplet: BD, BD and 1D. RGB value is (189,189,29). Sum of RGB (Red+Green+Blue) = 189+189+29=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD1D is #4242E2. Grayscale: #ABABAB. Windows color (decimal): -4342499 or 1949117. OLE color: 1949117.
HSL color Cylindrical-coordinate representation of color #BDBD1D: hue angle of 60º 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 #BDBD1D is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 29 | - |
| CMYK | 0 | 0 | 0.85 | 0.26 |
| HSL | 60º | 0.73% | 0.43% | - |
| HSV(B) | 60º | 0.85% | 0.74% | - |
| XYZ | 39.41 | 47.3 | 8.22 | - |
| YUV | 170.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 29 | 0 | 0 | 0.85 | 0.26 | 60 | 0.73 | 0.43 |
| Hex | BD | BD | 1D | 0 | 0 | 55 | 1A | 3C | 49 | 2B |
| Octal | 275 | 275 | 35 | 0 | 0 | 125 | 32 | 74 | 111 | 53 |
| Binary | 10111101 | 10111101 | 11101 | 0 | 0 | 1010101 | 11010 | 111100 | 1001001 | 101011 |
Color Harmonies of #BDBD1D
Complementary color
Monochromatic Colors of #BDBD1D
Black with #BDBD1D
Text Example
Text Example
White with #BDBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD1D; }
p { color: rgb(189,189,29); }
H1.HeaderClassName
{
color: #BDBD1D;
}
.AnyTagClassName
{
color: #BDBD1D;
}
</style>
background-color css
<style>
a { background-color: #BDBD1D; }
a { background-color: rgb(189,189,29); }
div.DivClassName
{
background-color: #BDBD1D;
}
.BgClassName
{
background-color: #BDBD1D;
}
</style>
border-color css
<style>
span { border-color: #BDBD1D; }
span { border-color: rgb(189,189,29); }
td.TdClassName
{
border-color: #BDBD1D;
}
.TagClassName
{
border-color: #BDBD1D;
}
</style>