Shades of Rio Grande #BDC828
Tints of Rio Grande #BDC828
RGB
CMYK
RGB Variations
Color information
#BDC828 (or 0xBDC828) is known color: Rio Grande. HEX triplet: BD, C8 and 28. RGB value is (189,200,40). Sum of RGB (Red+Green+Blue) = 189+200+40=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC828 is #4237D7. Grayscale: #B3B3B3. Windows color (decimal): -4339672 or 2672829. OLE color: 2672829.
HSL color Cylindrical-coordinate representation of color #BDC828: hue angle of 64.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC828 is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 40 | - |
| CMYK | 0.06 | 0 | 0.8 | 0.22 |
| HSL | 64.13º | 0.67% | 0.47% | - |
| HSV(B) | 64.13º | 0.8% | 0.78% | - |
| XYZ | 42.02 | 52.28 | 9.88 | - |
| YUV | 178.47 | 49.86 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 40 | 0.06 | 0 | 0.8 | 0.22 | 64.13 | 0.67 | 0.47 |
| Hex | BD | C8 | 28 | 6 | 0 | 50 | 16 | 40 | 43 | 2F |
| Octal | 275 | 310 | 50 | 6 | 0 | 120 | 26 | 100 | 103 | 57 |
| Binary | 10111101 | 11001000 | 101000 | 110 | 0 | 1010000 | 10110 | 1000000 | 1000011 | 101111 |
Color Harmonies of #BDC828
Complementary color
Monochromatic Colors of #BDC828
Black with #BDC828
Text Example
Text Example
White with #BDC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC828; }
p { color: rgb(189,200,40); }
H1.HeaderClassName
{
color: #BDC828;
}
.AnyTagClassName
{
color: #BDC828;
}
</style>
background-color css
<style>
a { background-color: #BDC828; }
a { background-color: rgb(189,200,40); }
div.DivClassName
{
background-color: #BDC828;
}
.BgClassName
{
background-color: #BDC828;
}
</style>
border-color css
<style>
span { border-color: #BDC828; }
span { border-color: rgb(189,200,40); }
td.TdClassName
{
border-color: #BDC828;
}
.TagClassName
{
border-color: #BDC828;
}
</style>