Shades of Rio Grande #BDC126
Tints of Rio Grande #BDC126
RGB
CMYK
RGB Variations
Color information
#BDC126 (or 0xBDC126) is known color: Rio Grande. HEX triplet: BD, C1 and 26. RGB value is (189,193,38). Sum of RGB (Red+Green+Blue) = 189+193+38=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC126 is #423ED9. Grayscale: #AEAEAE. Windows color (decimal): -4341466 or 2539965. OLE color: 2539965.
HSL color Cylindrical-coordinate representation of color #BDC126: hue angle of 61.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC126 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 38 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.24 |
| HSL | 61.55º | 0.67% | 0.45% | - |
| HSV(B) | 61.55º | 0.8% | 0.76% | - |
| XYZ | 40.41 | 49.1 | 9.18 | - |
| YUV | 174.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 38 | 0.02 | 0 | 0.80 | 0.24 | 61.55 | 0.67 | 0.45 |
| Hex | BD | C1 | 26 | 2 | 0 | 50 | 18 | 3E | 43 | 2D |
| Octal | 275 | 301 | 46 | 2 | 0 | 120 | 30 | 76 | 103 | 55 |
| Binary | 10111101 | 11000001 | 100110 | 10 | 0 | 1010000 | 11000 | 111110 | 1000011 | 101101 |
Color Harmonies of #BDC126
Complementary color
Monochromatic Colors of #BDC126
Black with #BDC126
Text Example
Text Example
White with #BDC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC126; }
p { color: rgb(189,193,38); }
H1.HeaderClassName
{
color: #BDC126;
}
.AnyTagClassName
{
color: #BDC126;
}
</style>
background-color css
<style>
a { background-color: #BDC126; }
a { background-color: rgb(189,193,38); }
div.DivClassName
{
background-color: #BDC126;
}
.BgClassName
{
background-color: #BDC126;
}
</style>
border-color css
<style>
span { border-color: #BDC126; }
span { border-color: rgb(189,193,38); }
td.TdClassName
{
border-color: #BDC126;
}
.TagClassName
{
border-color: #BDC126;
}
</style>