Shades of Rio Grande #BDBE20
Tints of Rio Grande #BDBE20
RGB
CMYK
RGB Variations
Color information
#BDBE20 (or 0xBDBE20) is known color: Rio Grande. HEX triplet: BD, BE and 20. RGB value is (189,190,32). Sum of RGB (Red+Green+Blue) = 189+190+32=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE20 is #4241DF. Grayscale: #ACACAC. Windows color (decimal): -4342240 or 2145981. OLE color: 2145981.
HSL color Cylindrical-coordinate representation of color #BDBE20: hue angle of 60.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDBE20 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 32 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.25 |
| HSL | 60.38º | 0.71% | 0.44% | - |
| HSV(B) | 60.38º | 0.83% | 0.75% | - |
| XYZ | 39.66 | 47.75 | 8.49 | - |
| YUV | 171.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 32 | 0.01 | 0 | 0.83 | 0.25 | 60.38 | 0.71 | 0.44 |
| Hex | BD | BE | 20 | 1 | 0 | 53 | 19 | 3C | 47 | 2C |
| Octal | 275 | 276 | 40 | 1 | 0 | 123 | 31 | 74 | 107 | 54 |
| Binary | 10111101 | 10111110 | 100000 | 1 | 0 | 1010011 | 11001 | 111100 | 1000111 | 101100 |
Color Harmonies of #BDBE20
Complementary color
Monochromatic Colors of #BDBE20
Black with #BDBE20
Text Example
Text Example
White with #BDBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE20; }
p { color: rgb(189,190,32); }
H1.HeaderClassName
{
color: #BDBE20;
}
.AnyTagClassName
{
color: #BDBE20;
}
</style>
background-color css
<style>
a { background-color: #BDBE20; }
a { background-color: rgb(189,190,32); }
div.DivClassName
{
background-color: #BDBE20;
}
.BgClassName
{
background-color: #BDBE20;
}
</style>
border-color css
<style>
span { border-color: #BDBE20; }
span { border-color: rgb(189,190,32); }
td.TdClassName
{
border-color: #BDBE20;
}
.TagClassName
{
border-color: #BDBE20;
}
</style>