Shades of Rio Grande #BDC71B
Tints of Rio Grande #BDC71B
RGB
CMYK
RGB Variations
Color information
#BDC71B (or 0xBDC71B) is known color: Rio Grande. HEX triplet: BD, C7 and 1B. RGB value is (189,199,27). Sum of RGB (Red+Green+Blue) = 189+199+27=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC71B is #4238E4. Grayscale: #B1B1B1. Windows color (decimal): -4339941 or 1820605. OLE color: 1820605.
HSL color Cylindrical-coordinate representation of color #BDC71B: hue angle of 63.49º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC71B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 27 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.22 |
| HSL | 63.49º | 0.76% | 0.44% | - |
| HSV(B) | 63.49º | 0.86% | 0.78% | - |
| XYZ | 41.61 | 51.74 | 8.83 | - |
| YUV | 176.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 27 | 0.05 | 0 | 0.86 | 0.22 | 63.49 | 0.76 | 0.44 |
| Hex | BD | C7 | 1B | 5 | 0 | 56 | 16 | 3F | 4C | 2C |
| Octal | 275 | 307 | 33 | 5 | 0 | 126 | 26 | 77 | 114 | 54 |
| Binary | 10111101 | 11000111 | 11011 | 101 | 0 | 1010110 | 10110 | 111111 | 1001100 | 101100 |
Color Harmonies of #BDC71B
Complementary color
Monochromatic Colors of #BDC71B
Black with #BDC71B
Text Example
Text Example
White with #BDC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC71B; }
p { color: rgb(189,199,27); }
H1.HeaderClassName
{
color: #BDC71B;
}
.AnyTagClassName
{
color: #BDC71B;
}
</style>
background-color css
<style>
a { background-color: #BDC71B; }
a { background-color: rgb(189,199,27); }
div.DivClassName
{
background-color: #BDC71B;
}
.BgClassName
{
background-color: #BDC71B;
}
</style>
border-color css
<style>
span { border-color: #BDC71B; }
span { border-color: rgb(189,199,27); }
td.TdClassName
{
border-color: #BDC71B;
}
.TagClassName
{
border-color: #BDC71B;
}
</style>