Shades of Rio Grande #BDC22D
Tints of Rio Grande #BDC22D
RGB
CMYK
RGB Variations
Color information
#BDC22D (or 0xBDC22D) is known color: Rio Grande. HEX triplet: BD, C2 and 2D. RGB value is (189,194,45). Sum of RGB (Red+Green+Blue) = 189+194+45=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC22D is #423DD2. Grayscale: #B0B0B0. Windows color (decimal): -4341203 or 2998973. OLE color: 2998973.
HSL color Cylindrical-coordinate representation of color #BDC22D: hue angle of 62.01º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDC22D is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 45 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.24 |
| HSL | 62.01º | 0.62% | 0.47% | - |
| HSV(B) | 62.01º | 0.77% | 0.76% | - |
| XYZ | 40.75 | 49.59 | 9.91 | - |
| YUV | 175.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 45 | 0.03 | 0 | 0.77 | 0.24 | 62.01 | 0.62 | 0.47 |
| Hex | BD | C2 | 2D | 3 | 0 | 4D | 18 | 3E | 3E | 2F |
| Octal | 275 | 302 | 55 | 3 | 0 | 115 | 30 | 76 | 76 | 57 |
| Binary | 10111101 | 11000010 | 101101 | 11 | 0 | 1001101 | 11000 | 111110 | 111110 | 101111 |
Color Harmonies of #BDC22D
Complementary color
Monochromatic Colors of #BDC22D
Black with #BDC22D
Text Example
Text Example
White with #BDC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC22D; }
p { color: rgb(189,194,45); }
H1.HeaderClassName
{
color: #BDC22D;
}
.AnyTagClassName
{
color: #BDC22D;
}
</style>
background-color css
<style>
a { background-color: #BDC22D; }
a { background-color: rgb(189,194,45); }
div.DivClassName
{
background-color: #BDC22D;
}
.BgClassName
{
background-color: #BDC22D;
}
</style>
border-color css
<style>
span { border-color: #BDC22D; }
span { border-color: rgb(189,194,45); }
td.TdClassName
{
border-color: #BDC22D;
}
.TagClassName
{
border-color: #BDC22D;
}
</style>