Shades of Rio Grande #BDC915
Tints of Rio Grande #BDC915
RGB
CMYK
RGB Variations
Color information
#BDC915 (or 0xBDC915) is known color: Rio Grande. HEX triplet: BD, C9 and 15. RGB value is (189,201,21). Sum of RGB (Red+Green+Blue) = 189+201+21=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC915 is #4236EA. Grayscale: #B1B1B1. Windows color (decimal): -4339435 or 1427901. OLE color: 1427901.
HSL color Cylindrical-coordinate representation of color #BDC915: hue angle of 64º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDC915 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.21 |
| HSL | 64º | 0.81% | 0.44% | - |
| HSV(B) | 64º | 0.9% | 0.79% | - |
| XYZ | 42.01 | 52.65 | 8.66 | - |
| YUV | 176.89 | 40.02 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 21 | 0.06 | 0 | 0.90 | 0.21 | 64 | 0.81 | 0.44 |
| Hex | BD | C9 | 15 | 6 | 0 | 5A | 15 | 40 | 51 | 2C |
| Octal | 275 | 311 | 25 | 6 | 0 | 132 | 25 | 100 | 121 | 54 |
| Binary | 10111101 | 11001001 | 10101 | 110 | 0 | 1011010 | 10101 | 1000000 | 1010001 | 101100 |
Color Harmonies of #BDC915
Complementary color
Monochromatic Colors of #BDC915
Black with #BDC915
Text Example
Text Example
White with #BDC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC915; }
p { color: rgb(189,201,21); }
H1.HeaderClassName
{
color: #BDC915;
}
.AnyTagClassName
{
color: #BDC915;
}
</style>
background-color css
<style>
a { background-color: #BDC915; }
a { background-color: rgb(189,201,21); }
div.DivClassName
{
background-color: #BDC915;
}
.BgClassName
{
background-color: #BDC915;
}
</style>
border-color css
<style>
span { border-color: #BDC915; }
span { border-color: rgb(189,201,21); }
td.TdClassName
{
border-color: #BDC915;
}
.TagClassName
{
border-color: #BDC915;
}
</style>