Shades of Rio Grande #BDC22E
Tints of Rio Grande #BDC22E
RGB
CMYK
RGB Variations
Color information
#BDC22E (or 0xBDC22E) is known color: Rio Grande. HEX triplet: BD, C2 and 2E. RGB value is (189,194,46). Sum of RGB (Red+Green+Blue) = 189+194+46=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC22E is #423DD1. Grayscale: #B0B0B0. Windows color (decimal): -4341202 or 3064509. OLE color: 3064509.
HSL color Cylindrical-coordinate representation of color #BDC22E: hue angle of 62.03º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDC22E is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 46 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.24 |
| HSL | 62.03º | 0.62% | 0.47% | - |
| HSV(B) | 62.03º | 0.76% | 0.76% | - |
| XYZ | 40.77 | 49.6 | 10.01 | - |
| YUV | 175.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 46 | 0.03 | 0 | 0.76 | 0.24 | 62.03 | 0.62 | 0.47 |
| Hex | BD | C2 | 2E | 3 | 0 | 4C | 18 | 3E | 3E | 2F |
| Octal | 275 | 302 | 56 | 3 | 0 | 114 | 30 | 76 | 76 | 57 |
| Binary | 10111101 | 11000010 | 101110 | 11 | 0 | 1001100 | 11000 | 111110 | 111110 | 101111 |
Color Harmonies of #BDC22E
Complementary color
Monochromatic Colors of #BDC22E
Black with #BDC22E
Text Example
Text Example
White with #BDC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC22E; }
p { color: rgb(189,194,46); }
H1.HeaderClassName
{
color: #BDC22E;
}
.AnyTagClassName
{
color: #BDC22E;
}
</style>
background-color css
<style>
a { background-color: #BDC22E; }
a { background-color: rgb(189,194,46); }
div.DivClassName
{
background-color: #BDC22E;
}
.BgClassName
{
background-color: #BDC22E;
}
</style>
border-color css
<style>
span { border-color: #BDC22E; }
span { border-color: rgb(189,194,46); }
td.TdClassName
{
border-color: #BDC22E;
}
.TagClassName
{
border-color: #BDC22E;
}
</style>