Shades of Rio Grande #BDC71F
Tints of Rio Grande #BDC71F
RGB
CMYK
RGB Variations
Color information
#BDC71F (or 0xBDC71F) is known color: Rio Grande. HEX triplet: BD, C7 and 1F. RGB value is (189,199,31). Sum of RGB (Red+Green+Blue) = 189+199+31=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC71F is #4238E0. Grayscale: #B1B1B1. Windows color (decimal): -4339937 or 2082749. OLE color: 2082749.
HSL color Cylindrical-coordinate representation of color #BDC71F: hue angle of 63.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC71F is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 31 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.22 |
| HSL | 63.57º | 0.73% | 0.45% | - |
| HSV(B) | 63.57º | 0.84% | 0.78% | - |
| XYZ | 41.66 | 51.76 | 9.09 | - |
| YUV | 176.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 31 | 0.05 | 0 | 0.84 | 0.22 | 63.57 | 0.73 | 0.45 |
| Hex | BD | C7 | 1F | 5 | 0 | 54 | 16 | 40 | 49 | 2D |
| Octal | 275 | 307 | 37 | 5 | 0 | 124 | 26 | 100 | 111 | 55 |
| Binary | 10111101 | 11000111 | 11111 | 101 | 0 | 1010100 | 10110 | 1000000 | 1001001 | 101101 |
Color Harmonies of #BDC71F
Complementary color
Monochromatic Colors of #BDC71F
Black with #BDC71F
Text Example
Text Example
White with #BDC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC71F; }
p { color: rgb(189,199,31); }
H1.HeaderClassName
{
color: #BDC71F;
}
.AnyTagClassName
{
color: #BDC71F;
}
</style>
background-color css
<style>
a { background-color: #BDC71F; }
a { background-color: rgb(189,199,31); }
div.DivClassName
{
background-color: #BDC71F;
}
.BgClassName
{
background-color: #BDC71F;
}
</style>
border-color css
<style>
span { border-color: #BDC71F; }
span { border-color: rgb(189,199,31); }
td.TdClassName
{
border-color: #BDC71F;
}
.TagClassName
{
border-color: #BDC71F;
}
</style>