Shades of Rio Grande #BDC51E
Tints of Rio Grande #BDC51E
RGB
CMYK
RGB Variations
Color information
#BDC51E (or 0xBDC51E) is known color: Rio Grande. HEX triplet: BD, C5 and 1E. RGB value is (189,197,30). Sum of RGB (Red+Green+Blue) = 189+197+30=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC51E is #423AE1. Grayscale: #B0B0B0. Windows color (decimal): -4340450 or 2016701. OLE color: 2016701.
HSL color Cylindrical-coordinate representation of color #BDC51E: hue angle of 62.87º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC51E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 30 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.23 |
| HSL | 62.87º | 0.74% | 0.45% | - |
| HSV(B) | 62.87º | 0.85% | 0.77% | - |
| XYZ | 41.19 | 50.85 | 8.87 | - |
| YUV | 175.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 30 | 0.04 | 0 | 0.85 | 0.23 | 62.87 | 0.74 | 0.45 |
| Hex | BD | C5 | 1E | 4 | 0 | 55 | 17 | 3F | 4A | 2D |
| Octal | 275 | 305 | 36 | 4 | 0 | 125 | 27 | 77 | 112 | 55 |
| Binary | 10111101 | 11000101 | 11110 | 100 | 0 | 1010101 | 10111 | 111111 | 1001010 | 101101 |
Color Harmonies of #BDC51E
Complementary color
Monochromatic Colors of #BDC51E
Black with #BDC51E
Text Example
Text Example
White with #BDC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC51E; }
p { color: rgb(189,197,30); }
H1.HeaderClassName
{
color: #BDC51E;
}
.AnyTagClassName
{
color: #BDC51E;
}
</style>
background-color css
<style>
a { background-color: #BDC51E; }
a { background-color: rgb(189,197,30); }
div.DivClassName
{
background-color: #BDC51E;
}
.BgClassName
{
background-color: #BDC51E;
}
</style>
border-color css
<style>
span { border-color: #BDC51E; }
span { border-color: rgb(189,197,30); }
td.TdClassName
{
border-color: #BDC51E;
}
.TagClassName
{
border-color: #BDC51E;
}
</style>