Shades of Rio Grande #BDC322
Tints of Rio Grande #BDC322
RGB
CMYK
RGB Variations
Color information
#BDC322 (or 0xBDC322) is known color: Rio Grande. HEX triplet: BD, C3 and 22. RGB value is (189,195,34). Sum of RGB (Red+Green+Blue) = 189+195+34=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC322 is #423CDD. Grayscale: #AFAFAF. Windows color (decimal): -4340958 or 2278333. OLE color: 2278333.
HSL color Cylindrical-coordinate representation of color #BDC322: hue angle of 62.24º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDC322 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 34 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.24 |
| HSL | 62.24º | 0.7% | 0.45% | - |
| HSV(B) | 62.24º | 0.83% | 0.76% | - |
| XYZ | 40.79 | 49.96 | 9.01 | - |
| YUV | 174.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 34 | 0.03 | 0 | 0.83 | 0.24 | 62.24 | 0.7 | 0.45 |
| Hex | BD | C3 | 22 | 3 | 0 | 53 | 18 | 3E | 46 | 2D |
| Octal | 275 | 303 | 42 | 3 | 0 | 123 | 30 | 76 | 106 | 55 |
| Binary | 10111101 | 11000011 | 100010 | 11 | 0 | 1010011 | 11000 | 111110 | 1000110 | 101101 |
Color Harmonies of #BDC322
Complementary color
Monochromatic Colors of #BDC322
Black with #BDC322
Text Example
Text Example
White with #BDC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC322; }
p { color: rgb(189,195,34); }
H1.HeaderClassName
{
color: #BDC322;
}
.AnyTagClassName
{
color: #BDC322;
}
</style>
background-color css
<style>
a { background-color: #BDC322; }
a { background-color: rgb(189,195,34); }
div.DivClassName
{
background-color: #BDC322;
}
.BgClassName
{
background-color: #BDC322;
}
</style>
border-color css
<style>
span { border-color: #BDC322; }
span { border-color: rgb(189,195,34); }
td.TdClassName
{
border-color: #BDC322;
}
.TagClassName
{
border-color: #BDC322;
}
</style>