Shades of Rio Grande #BDC722
Tints of Rio Grande #BDC722
RGB
CMYK
RGB Variations
Color information
#BDC722 (or 0xBDC722) is known color: Rio Grande. HEX triplet: BD, C7 and 22. RGB value is (189,199,34). Sum of RGB (Red+Green+Blue) = 189+199+34=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC722 is #4238DD. Grayscale: #B1B1B1. Windows color (decimal): -4339934 or 2279357. OLE color: 2279357.
HSL color Cylindrical-coordinate representation of color #BDC722: hue angle of 63.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDC722 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.22 |
| HSL | 63.64º | 0.71% | 0.46% | - |
| HSV(B) | 63.64º | 0.83% | 0.78% | - |
| XYZ | 41.7 | 51.78 | 9.31 | - |
| YUV | 177.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 34 | 0.05 | 0 | 0.83 | 0.22 | 63.64 | 0.71 | 0.46 |
| Hex | BD | C7 | 22 | 5 | 0 | 53 | 16 | 40 | 47 | 2E |
| Octal | 275 | 307 | 42 | 5 | 0 | 123 | 26 | 100 | 107 | 56 |
| Binary | 10111101 | 11000111 | 100010 | 101 | 0 | 1010011 | 10110 | 1000000 | 1000111 | 101110 |
Color Harmonies of #BDC722
Complementary color
Monochromatic Colors of #BDC722
Black with #BDC722
Text Example
Text Example
White with #BDC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC722; }
p { color: rgb(189,199,34); }
H1.HeaderClassName
{
color: #BDC722;
}
.AnyTagClassName
{
color: #BDC722;
}
</style>
background-color css
<style>
a { background-color: #BDC722; }
a { background-color: rgb(189,199,34); }
div.DivClassName
{
background-color: #BDC722;
}
.BgClassName
{
background-color: #BDC722;
}
</style>
border-color css
<style>
span { border-color: #BDC722; }
span { border-color: rgb(189,199,34); }
td.TdClassName
{
border-color: #BDC722;
}
.TagClassName
{
border-color: #BDC722;
}
</style>