Shades of Rio Grande #BDC625
Tints of Rio Grande #BDC625
RGB
CMYK
RGB Variations
Color information
#BDC625 (or 0xBDC625) is known color: Rio Grande. HEX triplet: BD, C6 and 25. RGB value is (189,198,37). Sum of RGB (Red+Green+Blue) = 189+198+37=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC625 is #4239DA. Grayscale: #B1B1B1. Windows color (decimal): -4340187 or 2475709. OLE color: 2475709.
HSL color Cylindrical-coordinate representation of color #BDC625: hue angle of 63.35º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDC625 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 37 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.22 |
| HSL | 63.35º | 0.69% | 0.46% | - |
| HSV(B) | 63.35º | 0.81% | 0.78% | - |
| XYZ | 41.51 | 51.34 | 9.47 | - |
| YUV | 176.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 37 | 0.05 | 0 | 0.81 | 0.22 | 63.35 | 0.69 | 0.46 |
| Hex | BD | C6 | 25 | 5 | 0 | 51 | 16 | 3F | 45 | 2E |
| Octal | 275 | 306 | 45 | 5 | 0 | 121 | 26 | 77 | 105 | 56 |
| Binary | 10111101 | 11000110 | 100101 | 101 | 0 | 1010001 | 10110 | 111111 | 1000101 | 101110 |
Color Harmonies of #BDC625
Complementary color
Monochromatic Colors of #BDC625
Black with #BDC625
Text Example
Text Example
White with #BDC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC625; }
p { color: rgb(189,198,37); }
H1.HeaderClassName
{
color: #BDC625;
}
.AnyTagClassName
{
color: #BDC625;
}
</style>
background-color css
<style>
a { background-color: #BDC625; }
a { background-color: rgb(189,198,37); }
div.DivClassName
{
background-color: #BDC625;
}
.BgClassName
{
background-color: #BDC625;
}
</style>
border-color css
<style>
span { border-color: #BDC625; }
span { border-color: rgb(189,198,37); }
td.TdClassName
{
border-color: #BDC625;
}
.TagClassName
{
border-color: #BDC625;
}
</style>