Shades of Rio Grande #BDC022
Tints of Rio Grande #BDC022
RGB
CMYK
RGB Variations
Color information
#BDC022 (or 0xBDC022) is known color: Rio Grande. HEX triplet: BD, C0 and 22. RGB value is (189,192,34). Sum of RGB (Red+Green+Blue) = 189+192+34=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC022 is #423FDD. Grayscale: #ADADAD. Windows color (decimal): -4341726 or 2277565. OLE color: 2277565.
HSL color Cylindrical-coordinate representation of color #BDC022: hue angle of 61.14º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC022 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 34 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.25 |
| HSL | 61.14º | 0.7% | 0.44% | - |
| HSV(B) | 61.14º | 0.82% | 0.75% | - |
| XYZ | 40.12 | 48.63 | 8.79 | - |
| YUV | 173.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 34 | 0.02 | 0 | 0.82 | 0.25 | 61.14 | 0.7 | 0.44 |
| Hex | BD | C0 | 22 | 2 | 0 | 52 | 19 | 3D | 46 | 2C |
| Octal | 275 | 300 | 42 | 2 | 0 | 122 | 31 | 75 | 106 | 54 |
| Binary | 10111101 | 11000000 | 100010 | 10 | 0 | 1010010 | 11001 | 111101 | 1000110 | 101100 |
Color Harmonies of #BDC022
Complementary color
Monochromatic Colors of #BDC022
Black with #BDC022
Text Example
Text Example
White with #BDC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC022; }
p { color: rgb(189,192,34); }
H1.HeaderClassName
{
color: #BDC022;
}
.AnyTagClassName
{
color: #BDC022;
}
</style>
background-color css
<style>
a { background-color: #BDC022; }
a { background-color: rgb(189,192,34); }
div.DivClassName
{
background-color: #BDC022;
}
.BgClassName
{
background-color: #BDC022;
}
</style>
border-color css
<style>
span { border-color: #BDC022; }
span { border-color: rgb(189,192,34); }
td.TdClassName
{
border-color: #BDC022;
}
.TagClassName
{
border-color: #BDC022;
}
</style>