Shades of Rio Grande #BDC321
Tints of Rio Grande #BDC321
RGB
CMYK
RGB Variations
Color information
#BDC321 (or 0xBDC321) is known color: Rio Grande. HEX triplet: BD, C3 and 21. RGB value is (189,195,33). Sum of RGB (Red+Green+Blue) = 189+195+33=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC321 is #423CDE. Grayscale: #AFAFAF. Windows color (decimal): -4340959 or 2212797. OLE color: 2212797.
HSL color Cylindrical-coordinate representation of color #BDC321: hue angle of 62.22º degrees, saturation: 0.71, 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 #BDC321 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 33 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.24 |
| HSL | 62.22º | 0.71% | 0.45% | - |
| HSV(B) | 62.22º | 0.83% | 0.76% | - |
| XYZ | 40.78 | 49.96 | 8.93 | - |
| YUV | 174.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 33 | 0.03 | 0 | 0.83 | 0.24 | 62.22 | 0.71 | 0.45 |
| Hex | BD | C3 | 21 | 3 | 0 | 53 | 18 | 3E | 47 | 2D |
| Octal | 275 | 303 | 41 | 3 | 0 | 123 | 30 | 76 | 107 | 55 |
| Binary | 10111101 | 11000011 | 100001 | 11 | 0 | 1010011 | 11000 | 111110 | 1000111 | 101101 |
Color Harmonies of #BDC321
Complementary color
Monochromatic Colors of #BDC321
Black with #BDC321
Text Example
Text Example
White with #BDC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC321; }
p { color: rgb(189,195,33); }
H1.HeaderClassName
{
color: #BDC321;
}
.AnyTagClassName
{
color: #BDC321;
}
</style>
background-color css
<style>
a { background-color: #BDC321; }
a { background-color: rgb(189,195,33); }
div.DivClassName
{
background-color: #BDC321;
}
.BgClassName
{
background-color: #BDC321;
}
</style>
border-color css
<style>
span { border-color: #BDC321; }
span { border-color: rgb(189,195,33); }
td.TdClassName
{
border-color: #BDC321;
}
.TagClassName
{
border-color: #BDC321;
}
</style>