Shades of Rio Grande #BDC223
Tints of Rio Grande #BDC223
RGB
CMYK
RGB Variations
Color information
#BDC223 (or 0xBDC223) is known color: Rio Grande. HEX triplet: BD, C2 and 23. RGB value is (189,194,35). Sum of RGB (Red+Green+Blue) = 189+194+35=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC223 is #423DDC. Grayscale: #AFAFAF. Windows color (decimal): -4341213 or 2343613. OLE color: 2343613.
HSL color Cylindrical-coordinate representation of color #BDC223: hue angle of 61.89º degrees, saturation: 0.69, 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 #BDC223 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.24 |
| HSL | 61.89º | 0.69% | 0.45% | - |
| HSV(B) | 61.89º | 0.82% | 0.76% | - |
| XYZ | 40.58 | 49.52 | 9.01 | - |
| YUV | 174.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 35 | 0.03 | 0 | 0.82 | 0.24 | 61.89 | 0.69 | 0.45 |
| Hex | BD | C2 | 23 | 3 | 0 | 52 | 18 | 3E | 45 | 2D |
| Octal | 275 | 302 | 43 | 3 | 0 | 122 | 30 | 76 | 105 | 55 |
| Binary | 10111101 | 11000010 | 100011 | 11 | 0 | 1010010 | 11000 | 111110 | 1000101 | 101101 |
Color Harmonies of #BDC223
Complementary color
Monochromatic Colors of #BDC223
Black with #BDC223
Text Example
Text Example
White with #BDC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC223; }
p { color: rgb(189,194,35); }
H1.HeaderClassName
{
color: #BDC223;
}
.AnyTagClassName
{
color: #BDC223;
}
</style>
background-color css
<style>
a { background-color: #BDC223; }
a { background-color: rgb(189,194,35); }
div.DivClassName
{
background-color: #BDC223;
}
.BgClassName
{
background-color: #BDC223;
}
</style>
border-color css
<style>
span { border-color: #BDC223; }
span { border-color: rgb(189,194,35); }
td.TdClassName
{
border-color: #BDC223;
}
.TagClassName
{
border-color: #BDC223;
}
</style>