Shades of Rio Grande #BDC122
Tints of Rio Grande #BDC122
RGB
CMYK
RGB Variations
Color information
#BDC122 (or 0xBDC122) is known color: Rio Grande. HEX triplet: BD, C1 and 22. RGB value is (189,193,34). Sum of RGB (Red+Green+Blue) = 189+193+34=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC122 is #423EDD. Grayscale: #AEAEAE. Windows color (decimal): -4341470 or 2277821. OLE color: 2277821.
HSL color Cylindrical-coordinate representation of color #BDC122: hue angle of 61.51º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC122 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 34 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.24 |
| HSL | 61.51º | 0.7% | 0.45% | - |
| HSV(B) | 61.51º | 0.82% | 0.76% | - |
| XYZ | 40.34 | 49.07 | 8.86 | - |
| YUV | 173.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 34 | 0.02 | 0 | 0.82 | 0.24 | 61.51 | 0.7 | 0.45 |
| Hex | BD | C1 | 22 | 2 | 0 | 52 | 18 | 3E | 46 | 2D |
| Octal | 275 | 301 | 42 | 2 | 0 | 122 | 30 | 76 | 106 | 55 |
| Binary | 10111101 | 11000001 | 100010 | 10 | 0 | 1010010 | 11000 | 111110 | 1000110 | 101101 |
Color Harmonies of #BDC122
Complementary color
Monochromatic Colors of #BDC122
Black with #BDC122
Text Example
Text Example
White with #BDC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC122; }
p { color: rgb(189,193,34); }
H1.HeaderClassName
{
color: #BDC122;
}
.AnyTagClassName
{
color: #BDC122;
}
</style>
background-color css
<style>
a { background-color: #BDC122; }
a { background-color: rgb(189,193,34); }
div.DivClassName
{
background-color: #BDC122;
}
.BgClassName
{
background-color: #BDC122;
}
</style>
border-color css
<style>
span { border-color: #BDC122; }
span { border-color: rgb(189,193,34); }
td.TdClassName
{
border-color: #BDC122;
}
.TagClassName
{
border-color: #BDC122;
}
</style>