Shades of Rio Grande #BDC528
Tints of Rio Grande #BDC528
RGB
CMYK
RGB Variations
Color information
#BDC528 (or 0xBDC528) is known color: Rio Grande. HEX triplet: BD, C5 and 28. RGB value is (189,197,40). Sum of RGB (Red+Green+Blue) = 189+197+40=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC528 is #423AD7. Grayscale: #B1B1B1. Windows color (decimal): -4340440 or 2672061. OLE color: 2672061.
HSL color Cylindrical-coordinate representation of color #BDC528: hue angle of 63.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC528 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 40 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.23 |
| HSL | 63.06º | 0.66% | 0.46% | - |
| HSV(B) | 63.06º | 0.8% | 0.77% | - |
| XYZ | 41.34 | 50.9 | 9.65 | - |
| YUV | 176.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 40 | 0.04 | 0 | 0.80 | 0.23 | 63.06 | 0.66 | 0.46 |
| Hex | BD | C5 | 28 | 4 | 0 | 50 | 17 | 3F | 42 | 2E |
| Octal | 275 | 305 | 50 | 4 | 0 | 120 | 27 | 77 | 102 | 56 |
| Binary | 10111101 | 11000101 | 101000 | 100 | 0 | 1010000 | 10111 | 111111 | 1000010 | 101110 |
Color Harmonies of #BDC528
Complementary color
Monochromatic Colors of #BDC528
Black with #BDC528
Text Example
Text Example
White with #BDC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC528; }
p { color: rgb(189,197,40); }
H1.HeaderClassName
{
color: #BDC528;
}
.AnyTagClassName
{
color: #BDC528;
}
</style>
background-color css
<style>
a { background-color: #BDC528; }
a { background-color: rgb(189,197,40); }
div.DivClassName
{
background-color: #BDC528;
}
.BgClassName
{
background-color: #BDC528;
}
</style>
border-color css
<style>
span { border-color: #BDC528; }
span { border-color: rgb(189,197,40); }
td.TdClassName
{
border-color: #BDC528;
}
.TagClassName
{
border-color: #BDC528;
}
</style>