Shades of Rio Grande #BDC71C
Tints of Rio Grande #BDC71C
RGB
CMYK
RGB Variations
Color information
#BDC71C (or 0xBDC71C) is known color: Rio Grande. HEX triplet: BD, C7 and 1C. RGB value is (189,199,28). Sum of RGB (Red+Green+Blue) = 189+199+28=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC71C is #4238E3. Grayscale: #B1B1B1. Windows color (decimal): -4339940 or 1886141. OLE color: 1886141.
HSL color Cylindrical-coordinate representation of color #BDC71C: hue angle of 63.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC71C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 28 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.22 |
| HSL | 63.51º | 0.75% | 0.45% | - |
| HSV(B) | 63.51º | 0.86% | 0.78% | - |
| XYZ | 41.62 | 51.75 | 8.89 | - |
| YUV | 176.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 28 | 0.05 | 0 | 0.86 | 0.22 | 63.51 | 0.75 | 0.45 |
| Hex | BD | C7 | 1C | 5 | 0 | 56 | 16 | 40 | 4B | 2D |
| Octal | 275 | 307 | 34 | 5 | 0 | 126 | 26 | 100 | 113 | 55 |
| Binary | 10111101 | 11000111 | 11100 | 101 | 0 | 1010110 | 10110 | 1000000 | 1001011 | 101101 |
Color Harmonies of #BDC71C
Complementary color
Monochromatic Colors of #BDC71C
Black with #BDC71C
Text Example
Text Example
White with #BDC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC71C; }
p { color: rgb(189,199,28); }
H1.HeaderClassName
{
color: #BDC71C;
}
.AnyTagClassName
{
color: #BDC71C;
}
</style>
background-color css
<style>
a { background-color: #BDC71C; }
a { background-color: rgb(189,199,28); }
div.DivClassName
{
background-color: #BDC71C;
}
.BgClassName
{
background-color: #BDC71C;
}
</style>
border-color css
<style>
span { border-color: #BDC71C; }
span { border-color: rgb(189,199,28); }
td.TdClassName
{
border-color: #BDC71C;
}
.TagClassName
{
border-color: #BDC71C;
}
</style>