Shades of Rio Grande #BDC428
Tints of Rio Grande #BDC428
RGB
CMYK
RGB Variations
Color information
#BDC428 (or 0xBDC428) is known color: Rio Grande. HEX triplet: BD, C4 and 28. RGB value is (189,196,40). Sum of RGB (Red+Green+Blue) = 189+196+40=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC428 is #423BD7. Grayscale: #B0B0B0. Windows color (decimal): -4340696 or 2671805. OLE color: 2671805.
HSL color Cylindrical-coordinate representation of color #BDC428: hue angle of 62.69º 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 #BDC428 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 40 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.23 |
| HSL | 62.69º | 0.66% | 0.46% | - |
| HSV(B) | 62.69º | 0.8% | 0.77% | - |
| XYZ | 41.11 | 50.45 | 9.58 | - |
| YUV | 176.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 40 | 0.04 | 0 | 0.80 | 0.23 | 62.69 | 0.66 | 0.46 |
| Hex | BD | C4 | 28 | 4 | 0 | 50 | 17 | 3F | 42 | 2E |
| Octal | 275 | 304 | 50 | 4 | 0 | 120 | 27 | 77 | 102 | 56 |
| Binary | 10111101 | 11000100 | 101000 | 100 | 0 | 1010000 | 10111 | 111111 | 1000010 | 101110 |
Color Harmonies of #BDC428
Complementary color
Monochromatic Colors of #BDC428
Black with #BDC428
Text Example
Text Example
White with #BDC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC428; }
p { color: rgb(189,196,40); }
H1.HeaderClassName
{
color: #BDC428;
}
.AnyTagClassName
{
color: #BDC428;
}
</style>
background-color css
<style>
a { background-color: #BDC428; }
a { background-color: rgb(189,196,40); }
div.DivClassName
{
background-color: #BDC428;
}
.BgClassName
{
background-color: #BDC428;
}
</style>
border-color css
<style>
span { border-color: #BDC428; }
span { border-color: rgb(189,196,40); }
td.TdClassName
{
border-color: #BDC428;
}
.TagClassName
{
border-color: #BDC428;
}
</style>