Shades of Rio Grande #BDC12D
Tints of Rio Grande #BDC12D
RGB
CMYK
RGB Variations
Color information
#BDC12D (or 0xBDC12D) is known color: Rio Grande. HEX triplet: BD, C1 and 2D. RGB value is (189,193,45). Sum of RGB (Red+Green+Blue) = 189+193+45=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC12D is #423ED2. Grayscale: #AFAFAF. Windows color (decimal): -4341459 or 2998717. OLE color: 2998717.
HSL color Cylindrical-coordinate representation of color #BDC12D: hue angle of 61.62º 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 #BDC12D is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 45 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.24 |
| HSL | 61.62º | 0.62% | 0.47% | - |
| HSV(B) | 61.62º | 0.77% | 0.76% | - |
| XYZ | 40.53 | 49.15 | 9.83 | - |
| YUV | 174.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 45 | 0.02 | 0 | 0.77 | 0.24 | 61.62 | 0.62 | 0.47 |
| Hex | BD | C1 | 2D | 2 | 0 | 4D | 18 | 3E | 3E | 2F |
| Octal | 275 | 301 | 55 | 2 | 0 | 115 | 30 | 76 | 76 | 57 |
| Binary | 10111101 | 11000001 | 101101 | 10 | 0 | 1001101 | 11000 | 111110 | 111110 | 101111 |
Color Harmonies of #BDC12D
Complementary color
Monochromatic Colors of #BDC12D
Black with #BDC12D
Text Example
Text Example
White with #BDC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC12D; }
p { color: rgb(189,193,45); }
H1.HeaderClassName
{
color: #BDC12D;
}
.AnyTagClassName
{
color: #BDC12D;
}
</style>
background-color css
<style>
a { background-color: #BDC12D; }
a { background-color: rgb(189,193,45); }
div.DivClassName
{
background-color: #BDC12D;
}
.BgClassName
{
background-color: #BDC12D;
}
</style>
border-color css
<style>
span { border-color: #BDC12D; }
span { border-color: rgb(189,193,45); }
td.TdClassName
{
border-color: #BDC12D;
}
.TagClassName
{
border-color: #BDC12D;
}
</style>