Shades of Rio Grande #BDBA25
Tints of Rio Grande #BDBA25
RGB
CMYK
RGB Variations
Color information
#BDBA25 (or 0xBDBA25) is known color: Rio Grande. HEX triplet: BD, BA and 25. RGB value is (189,186,37). Sum of RGB (Red+Green+Blue) = 189+186+37=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA25 is #4245DA. Grayscale: #AAAAAA. Windows color (decimal): -4343259 or 2472637. OLE color: 2472637.
HSL color Cylindrical-coordinate representation of color #BDBA25: hue angle of 58.82º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDBA25 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 37 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.26 |
| HSL | 58.82º | 0.67% | 0.44% | - |
| HSV(B) | 58.82º | 0.8% | 0.74% | - |
| XYZ | 38.88 | 46.07 | 8.59 | - |
| YUV | 169.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 37 | 0 | 0.02 | 0.80 | 0.26 | 58.82 | 0.67 | 0.44 |
| Hex | BD | BA | 25 | 0 | 2 | 50 | 1A | 3B | 43 | 2C |
| Octal | 275 | 272 | 45 | 0 | 2 | 120 | 32 | 73 | 103 | 54 |
| Binary | 10111101 | 10111010 | 100101 | 0 | 10 | 1010000 | 11010 | 111011 | 1000011 | 101100 |
Color Harmonies of #BDBA25
Complementary color
Monochromatic Colors of #BDBA25
Black with #BDBA25
Text Example
Text Example
White with #BDBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA25; }
p { color: rgb(189,186,37); }
H1.HeaderClassName
{
color: #BDBA25;
}
.AnyTagClassName
{
color: #BDBA25;
}
</style>
background-color css
<style>
a { background-color: #BDBA25; }
a { background-color: rgb(189,186,37); }
div.DivClassName
{
background-color: #BDBA25;
}
.BgClassName
{
background-color: #BDBA25;
}
</style>
border-color css
<style>
span { border-color: #BDBA25; }
span { border-color: rgb(189,186,37); }
td.TdClassName
{
border-color: #BDBA25;
}
.TagClassName
{
border-color: #BDBA25;
}
</style>