Shades of Rio Grande #BDC825
Tints of Rio Grande #BDC825
RGB
CMYK
RGB Variations
Color information
#BDC825 (or 0xBDC825) is known color: Rio Grande. HEX triplet: BD, C8 and 25. RGB value is (189,200,37). Sum of RGB (Red+Green+Blue) = 189+200+37=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC825 is #4237DA. Grayscale: #B2B2B2. Windows color (decimal): -4339675 or 2476221. OLE color: 2476221.
HSL color Cylindrical-coordinate representation of color #BDC825: hue angle of 64.05º 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 #BDC825 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 37 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.22 |
| HSL | 64.05º | 0.69% | 0.46% | - |
| HSV(B) | 64.05º | 0.82% | 0.78% | - |
| XYZ | 41.97 | 52.26 | 9.63 | - |
| YUV | 178.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 37 | 0.06 | 0 | 0.82 | 0.22 | 64.05 | 0.69 | 0.46 |
| Hex | BD | C8 | 25 | 6 | 0 | 52 | 16 | 40 | 45 | 2E |
| Octal | 275 | 310 | 45 | 6 | 0 | 122 | 26 | 100 | 105 | 56 |
| Binary | 10111101 | 11001000 | 100101 | 110 | 0 | 1010010 | 10110 | 1000000 | 1000101 | 101110 |
Color Harmonies of #BDC825
Complementary color
Monochromatic Colors of #BDC825
Black with #BDC825
Text Example
Text Example
White with #BDC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC825; }
p { color: rgb(189,200,37); }
H1.HeaderClassName
{
color: #BDC825;
}
.AnyTagClassName
{
color: #BDC825;
}
</style>
background-color css
<style>
a { background-color: #BDC825; }
a { background-color: rgb(189,200,37); }
div.DivClassName
{
background-color: #BDC825;
}
.BgClassName
{
background-color: #BDC825;
}
</style>
border-color css
<style>
span { border-color: #BDC825; }
span { border-color: rgb(189,200,37); }
td.TdClassName
{
border-color: #BDC825;
}
.TagClassName
{
border-color: #BDC825;
}
</style>