Shades of Rio Grande #BDC22B
Tints of Rio Grande #BDC22B
RGB
CMYK
RGB Variations
Color information
#BDC22B (or 0xBDC22B) is known color: Rio Grande. HEX triplet: BD, C2 and 2B. RGB value is (189,194,43). Sum of RGB (Red+Green+Blue) = 189+194+43=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC22B is #423DD4. Grayscale: #AFAFAF. Windows color (decimal): -4341205 or 2867901. OLE color: 2867901.
HSL color Cylindrical-coordinate representation of color #BDC22B: hue angle of 61.99º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDC22B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.24 |
| HSL | 61.99º | 0.64% | 0.46% | - |
| HSV(B) | 61.99º | 0.78% | 0.76% | - |
| XYZ | 40.71 | 49.58 | 9.71 | - |
| YUV | 175.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 43 | 0.03 | 0 | 0.78 | 0.24 | 61.99 | 0.64 | 0.46 |
| Hex | BD | C2 | 2B | 3 | 0 | 4E | 18 | 3E | 40 | 2E |
| Octal | 275 | 302 | 53 | 3 | 0 | 116 | 30 | 76 | 100 | 56 |
| Binary | 10111101 | 11000010 | 101011 | 11 | 0 | 1001110 | 11000 | 111110 | 1000000 | 101110 |
Color Harmonies of #BDC22B
Complementary color
Monochromatic Colors of #BDC22B
Black with #BDC22B
Text Example
Text Example
White with #BDC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC22B; }
p { color: rgb(189,194,43); }
H1.HeaderClassName
{
color: #BDC22B;
}
.AnyTagClassName
{
color: #BDC22B;
}
</style>
background-color css
<style>
a { background-color: #BDC22B; }
a { background-color: rgb(189,194,43); }
div.DivClassName
{
background-color: #BDC22B;
}
.BgClassName
{
background-color: #BDC22B;
}
</style>
border-color css
<style>
span { border-color: #BDC22B; }
span { border-color: rgb(189,194,43); }
td.TdClassName
{
border-color: #BDC22B;
}
.TagClassName
{
border-color: #BDC22B;
}
</style>