Shades of Rio Grande #BDBC20
Tints of Rio Grande #BDBC20
RGB
CMYK
RGB Variations
Color information
#BDBC20 (or 0xBDBC20) is known color: Rio Grande. HEX triplet: BD, BC and 20. RGB value is (189,188,32). Sum of RGB (Red+Green+Blue) = 189+188+32=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC20 is #4243DF. Grayscale: #ABABAB. Windows color (decimal): -4342752 or 2145469. OLE color: 2145469.
HSL color Cylindrical-coordinate representation of color #BDBC20: hue angle of 59.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDBC20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.26 |
| HSL | 59.62º | 0.71% | 0.43% | - |
| HSV(B) | 59.62º | 0.83% | 0.74% | - |
| XYZ | 39.23 | 46.89 | 8.35 | - |
| YUV | 170.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 32 | 0 | 0.01 | 0.83 | 0.26 | 59.62 | 0.71 | 0.43 |
| Hex | BD | BC | 20 | 0 | 1 | 53 | 1A | 3C | 47 | 2B |
| Octal | 275 | 274 | 40 | 0 | 1 | 123 | 32 | 74 | 107 | 53 |
| Binary | 10111101 | 10111100 | 100000 | 0 | 1 | 1010011 | 11010 | 111100 | 1000111 | 101011 |
Color Harmonies of #BDBC20
Complementary color
Monochromatic Colors of #BDBC20
Black with #BDBC20
Text Example
Text Example
White with #BDBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC20; }
p { color: rgb(189,188,32); }
H1.HeaderClassName
{
color: #BDBC20;
}
.AnyTagClassName
{
color: #BDBC20;
}
</style>
background-color css
<style>
a { background-color: #BDBC20; }
a { background-color: rgb(189,188,32); }
div.DivClassName
{
background-color: #BDBC20;
}
.BgClassName
{
background-color: #BDBC20;
}
</style>
border-color css
<style>
span { border-color: #BDBC20; }
span { border-color: rgb(189,188,32); }
td.TdClassName
{
border-color: #BDBC20;
}
.TagClassName
{
border-color: #BDBC20;
}
</style>