Shades of Rio Grande #BDBE29
Tints of Rio Grande #BDBE29
RGB
CMYK
RGB Variations
Color information
#BDBE29 (or 0xBDBE29) is known color: Rio Grande. HEX triplet: BD, BE and 29. RGB value is (189,190,41). Sum of RGB (Red+Green+Blue) = 189+190+41=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE29 is #4241D6. Grayscale: #ADADAD. Windows color (decimal): -4342231 or 2735805. OLE color: 2735805.
HSL color Cylindrical-coordinate representation of color #BDBE29: hue angle of 60.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDBE29 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 41 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.25 |
| HSL | 60.4º | 0.65% | 0.45% | - |
| HSV(B) | 60.4º | 0.78% | 0.75% | - |
| XYZ | 39.8 | 47.81 | 9.23 | - |
| YUV | 172.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 41 | 0.01 | 0 | 0.78 | 0.25 | 60.4 | 0.65 | 0.45 |
| Hex | BD | BE | 29 | 1 | 0 | 4E | 19 | 3C | 41 | 2D |
| Octal | 275 | 276 | 51 | 1 | 0 | 116 | 31 | 74 | 101 | 55 |
| Binary | 10111101 | 10111110 | 101001 | 1 | 0 | 1001110 | 11001 | 111100 | 1000001 | 101101 |
Color Harmonies of #BDBE29
Complementary color
Monochromatic Colors of #BDBE29
Black with #BDBE29
Text Example
Text Example
White with #BDBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE29; }
p { color: rgb(189,190,41); }
H1.HeaderClassName
{
color: #BDBE29;
}
.AnyTagClassName
{
color: #BDBE29;
}
</style>
background-color css
<style>
a { background-color: #BDBE29; }
a { background-color: rgb(189,190,41); }
div.DivClassName
{
background-color: #BDBE29;
}
.BgClassName
{
background-color: #BDBE29;
}
</style>
border-color css
<style>
span { border-color: #BDBE29; }
span { border-color: rgb(189,190,41); }
td.TdClassName
{
border-color: #BDBE29;
}
.TagClassName
{
border-color: #BDBE29;
}
</style>