Shades of Rio Grande #BDBD25
Tints of Rio Grande #BDBD25
RGB
CMYK
RGB Variations
Color information
#BDBD25 (or 0xBDBD25) is known color: Rio Grande. HEX triplet: BD, BD and 25. RGB value is (189,189,37). Sum of RGB (Red+Green+Blue) = 189+189+37=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD25 is #4242DA. Grayscale: #ACACAC. Windows color (decimal): -4342491 or 2473405. OLE color: 2473405.
HSL color Cylindrical-coordinate representation of color #BDBD25: hue angle of 60º 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 #BDBD25 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 37 | - |
| CMYK | 0 | 0 | 0.80 | 0.26 |
| HSL | 60º | 0.67% | 0.44% | - |
| HSV(B) | 60º | 0.8% | 0.74% | - |
| XYZ | 39.52 | 47.35 | 8.81 | - |
| YUV | 171.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 37 | 0 | 0 | 0.80 | 0.26 | 60 | 0.67 | 0.44 |
| Hex | BD | BD | 25 | 0 | 0 | 50 | 1A | 3C | 43 | 2C |
| Octal | 275 | 275 | 45 | 0 | 0 | 120 | 32 | 74 | 103 | 54 |
| Binary | 10111101 | 10111101 | 100101 | 0 | 0 | 1010000 | 11010 | 111100 | 1000011 | 101100 |
Color Harmonies of #BDBD25
Complementary color
Monochromatic Colors of #BDBD25
Black with #BDBD25
Text Example
Text Example
White with #BDBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD25; }
p { color: rgb(189,189,37); }
H1.HeaderClassName
{
color: #BDBD25;
}
.AnyTagClassName
{
color: #BDBD25;
}
</style>
background-color css
<style>
a { background-color: #BDBD25; }
a { background-color: rgb(189,189,37); }
div.DivClassName
{
background-color: #BDBD25;
}
.BgClassName
{
background-color: #BDBD25;
}
</style>
border-color css
<style>
span { border-color: #BDBD25; }
span { border-color: rgb(189,189,37); }
td.TdClassName
{
border-color: #BDBD25;
}
.TagClassName
{
border-color: #BDBD25;
}
</style>