Shades of Rio Grande #BDBB2D
Tints of Rio Grande #BDBB2D
RGB
CMYK
RGB Variations
Color information
#BDBB2D (or 0xBDBB2D) is known color: Rio Grande. HEX triplet: BD, BB and 2D. RGB value is (189,187,45). Sum of RGB (Red+Green+Blue) = 189+187+45=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB2D is #4244D2. Grayscale: #ABABAB. Windows color (decimal): -4342995 or 2997181. OLE color: 2997181.
HSL color Cylindrical-coordinate representation of color #BDBB2D: hue angle of 59.17º 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 #BDBB2D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 45 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.26 |
| HSL | 59.17º | 0.62% | 0.46% | - |
| HSV(B) | 59.17º | 0.76% | 0.74% | - |
| XYZ | 39.23 | 46.55 | 9.4 | - |
| YUV | 171.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 45 | 0 | 0.01 | 0.76 | 0.26 | 59.17 | 0.62 | 0.46 |
| Hex | BD | BB | 2D | 0 | 1 | 4C | 1A | 3B | 3E | 2E |
| Octal | 275 | 273 | 55 | 0 | 1 | 114 | 32 | 73 | 76 | 56 |
| Binary | 10111101 | 10111011 | 101101 | 0 | 1 | 1001100 | 11010 | 111011 | 111110 | 101110 |
Color Harmonies of #BDBB2D
Complementary color
Monochromatic Colors of #BDBB2D
Black with #BDBB2D
Text Example
Text Example
White with #BDBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB2D; }
p { color: rgb(189,187,45); }
H1.HeaderClassName
{
color: #BDBB2D;
}
.AnyTagClassName
{
color: #BDBB2D;
}
</style>
background-color css
<style>
a { background-color: #BDBB2D; }
a { background-color: rgb(189,187,45); }
div.DivClassName
{
background-color: #BDBB2D;
}
.BgClassName
{
background-color: #BDBB2D;
}
</style>
border-color css
<style>
span { border-color: #BDBB2D; }
span { border-color: rgb(189,187,45); }
td.TdClassName
{
border-color: #BDBB2D;
}
.TagClassName
{
border-color: #BDBB2D;
}
</style>