Shades of Rio Grande #BDC913
Tints of Rio Grande #BDC913
RGB
CMYK
RGB Variations
Color information
#BDC913 (or 0xBDC913) is known color: Rio Grande. HEX triplet: BD, C9 and 13. RGB value is (189,201,19). Sum of RGB (Red+Green+Blue) = 189+201+19=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC913 is #4236EC. Grayscale: #B1B1B1. Windows color (decimal): -4339437 or 1296829. OLE color: 1296829.
HSL color Cylindrical-coordinate representation of color #BDC913: hue angle of 63.96º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDC913 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 19 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.21 |
| HSL | 63.96º | 0.83% | 0.43% | - |
| HSV(B) | 63.96º | 0.91% | 0.79% | - |
| XYZ | 41.99 | 52.64 | 8.56 | - |
| YUV | 176.66 | 39.02 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 19 | 0.06 | 0 | 0.91 | 0.21 | 63.96 | 0.83 | 0.43 |
| Hex | BD | C9 | 13 | 6 | 0 | 5B | 15 | 40 | 53 | 2B |
| Octal | 275 | 311 | 23 | 6 | 0 | 133 | 25 | 100 | 123 | 53 |
| Binary | 10111101 | 11001001 | 10011 | 110 | 0 | 1011011 | 10101 | 1000000 | 1010011 | 101011 |
Color Harmonies of #BDC913
Complementary color
Monochromatic Colors of #BDC913
Black with #BDC913
Text Example
Text Example
White with #BDC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC913; }
p { color: rgb(189,201,19); }
H1.HeaderClassName
{
color: #BDC913;
}
.AnyTagClassName
{
color: #BDC913;
}
</style>
background-color css
<style>
a { background-color: #BDC913; }
a { background-color: rgb(189,201,19); }
div.DivClassName
{
background-color: #BDC913;
}
.BgClassName
{
background-color: #BDC913;
}
</style>
border-color css
<style>
span { border-color: #BDC913; }
span { border-color: rgb(189,201,19); }
td.TdClassName
{
border-color: #BDC913;
}
.TagClassName
{
border-color: #BDC913;
}
</style>