Shades of Rio Grande #BDC51A
Tints of Rio Grande #BDC51A
RGB
CMYK
RGB Variations
Color information
#BDC51A (or 0xBDC51A) is known color: Rio Grande. HEX triplet: BD, C5 and 1A. RGB value is (189,197,26). Sum of RGB (Red+Green+Blue) = 189+197+26=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC51A is #423AE5. Grayscale: #AFAFAF. Windows color (decimal): -4340454 or 1754557. OLE color: 1754557.
HSL color Cylindrical-coordinate representation of color #BDC51A: hue angle of 62.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDC51A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 26 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.23 |
| HSL | 62.81º | 0.77% | 0.44% | - |
| HSV(B) | 62.81º | 0.87% | 0.77% | - |
| XYZ | 41.14 | 50.83 | 8.62 | - |
| YUV | 175.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 26 | 0.04 | 0 | 0.87 | 0.23 | 62.81 | 0.77 | 0.44 |
| Hex | BD | C5 | 1A | 4 | 0 | 57 | 17 | 3F | 4D | 2C |
| Octal | 275 | 305 | 32 | 4 | 0 | 127 | 27 | 77 | 115 | 54 |
| Binary | 10111101 | 11000101 | 11010 | 100 | 0 | 1010111 | 10111 | 111111 | 1001101 | 101100 |
Color Harmonies of #BDC51A
Complementary color
Monochromatic Colors of #BDC51A
Black with #BDC51A
Text Example
Text Example
White with #BDC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC51A; }
p { color: rgb(189,197,26); }
H1.HeaderClassName
{
color: #BDC51A;
}
.AnyTagClassName
{
color: #BDC51A;
}
</style>
background-color css
<style>
a { background-color: #BDC51A; }
a { background-color: rgb(189,197,26); }
div.DivClassName
{
background-color: #BDC51A;
}
.BgClassName
{
background-color: #BDC51A;
}
</style>
border-color css
<style>
span { border-color: #BDC51A; }
span { border-color: rgb(189,197,26); }
td.TdClassName
{
border-color: #BDC51A;
}
.TagClassName
{
border-color: #BDC51A;
}
</style>