Shades of Rio Grande #BDC626
Tints of Rio Grande #BDC626
RGB
CMYK
RGB Variations
Color information
#BDC626 (or 0xBDC626) is known color: Rio Grande. HEX triplet: BD, C6 and 26. RGB value is (189,198,38). Sum of RGB (Red+Green+Blue) = 189+198+38=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC626 is #4239D9. Grayscale: #B1B1B1. Windows color (decimal): -4340186 or 2541245. OLE color: 2541245.
HSL color Cylindrical-coordinate representation of color #BDC626: hue angle of 63.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDC626 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 38 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.22 |
| HSL | 63.38º | 0.68% | 0.46% | - |
| HSV(B) | 63.38º | 0.81% | 0.78% | - |
| XYZ | 41.53 | 51.35 | 9.56 | - |
| YUV | 177.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 38 | 0.05 | 0 | 0.81 | 0.22 | 63.38 | 0.68 | 0.46 |
| Hex | BD | C6 | 26 | 5 | 0 | 51 | 16 | 3F | 44 | 2E |
| Octal | 275 | 306 | 46 | 5 | 0 | 121 | 26 | 77 | 104 | 56 |
| Binary | 10111101 | 11000110 | 100110 | 101 | 0 | 1010001 | 10110 | 111111 | 1000100 | 101110 |
Color Harmonies of #BDC626
Complementary color
Monochromatic Colors of #BDC626
Black with #BDC626
Text Example
Text Example
White with #BDC626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC626; }
p { color: rgb(189,198,38); }
H1.HeaderClassName
{
color: #BDC626;
}
.AnyTagClassName
{
color: #BDC626;
}
</style>
background-color css
<style>
a { background-color: #BDC626; }
a { background-color: rgb(189,198,38); }
div.DivClassName
{
background-color: #BDC626;
}
.BgClassName
{
background-color: #BDC626;
}
</style>
border-color css
<style>
span { border-color: #BDC626; }
span { border-color: rgb(189,198,38); }
td.TdClassName
{
border-color: #BDC626;
}
.TagClassName
{
border-color: #BDC626;
}
</style>