Shades of Rio Grande #BDC120
Tints of Rio Grande #BDC120
RGB
CMYK
RGB Variations
Color information
#BDC120 (or 0xBDC120) is known color: Rio Grande. HEX triplet: BD, C1 and 20. RGB value is (189,193,32). Sum of RGB (Red+Green+Blue) = 189+193+32=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC120 is #423EDF. Grayscale: #AEAEAE. Windows color (decimal): -4341472 or 2146749. OLE color: 2146749.
HSL color Cylindrical-coordinate representation of color #BDC120: hue angle of 61.49º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDC120 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 32 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.24 |
| HSL | 61.49º | 0.72% | 0.44% | - |
| HSV(B) | 61.49º | 0.83% | 0.76% | - |
| XYZ | 40.32 | 49.06 | 8.71 | - |
| YUV | 173.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 32 | 0.02 | 0 | 0.83 | 0.24 | 61.49 | 0.72 | 0.44 |
| Hex | BD | C1 | 20 | 2 | 0 | 53 | 18 | 3D | 48 | 2C |
| Octal | 275 | 301 | 40 | 2 | 0 | 123 | 30 | 75 | 110 | 54 |
| Binary | 10111101 | 11000001 | 100000 | 10 | 0 | 1010011 | 11000 | 111101 | 1001000 | 101100 |
Color Harmonies of #BDC120
Complementary color
Monochromatic Colors of #BDC120
Black with #BDC120
Text Example
Text Example
White with #BDC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC120; }
p { color: rgb(189,193,32); }
H1.HeaderClassName
{
color: #BDC120;
}
.AnyTagClassName
{
color: #BDC120;
}
</style>
background-color css
<style>
a { background-color: #BDC120; }
a { background-color: rgb(189,193,32); }
div.DivClassName
{
background-color: #BDC120;
}
.BgClassName
{
background-color: #BDC120;
}
</style>
border-color css
<style>
span { border-color: #BDC120; }
span { border-color: rgb(189,193,32); }
td.TdClassName
{
border-color: #BDC120;
}
.TagClassName
{
border-color: #BDC120;
}
</style>