Shades of Rio Grande #BDD40C
Tints of Rio Grande #BDD40C
RGB
CMYK
RGB Variations
Color information
#BDD40C (or 0xBDD40C) is known color: Rio Grande. HEX triplet: BD, D4 and 0C. RGB value is (189,212,12). Sum of RGB (Red+Green+Blue) = 189+212+12=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD40C is #422BF3. Grayscale: #B7B7B7. Windows color (decimal): -4336628 or 840893. OLE color: 840893.
HSL color Cylindrical-coordinate representation of color #BDD40C: hue angle of 66.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDD40C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.17 |
| HSL | 66.9º | 0.89% | 0.44% | - |
| HSV(B) | 66.9º | 0.94% | 0.83% | - |
| XYZ | 44.6 | 57.93 | 9.18 | - |
| YUV | 182.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 12 | 0.11 | 0 | 0.94 | 0.17 | 66.9 | 0.89 | 0.44 |
| Hex | BD | D4 | C | B | 0 | 5E | 11 | 43 | 59 | 2C |
| Octal | 275 | 324 | 14 | 13 | 0 | 136 | 21 | 103 | 131 | 54 |
| Binary | 10111101 | 11010100 | 1100 | 1011 | 0 | 1011110 | 10001 | 1000011 | 1011001 | 101100 |
Color Harmonies of #BDD40C
Complementary color
Monochromatic Colors of #BDD40C
Black with #BDD40C
Text Example
Text Example
White with #BDD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD40C; }
p { color: rgb(189,212,12); }
H1.HeaderClassName
{
color: #BDD40C;
}
.AnyTagClassName
{
color: #BDD40C;
}
</style>
background-color css
<style>
a { background-color: #BDD40C; }
a { background-color: rgb(189,212,12); }
div.DivClassName
{
background-color: #BDD40C;
}
.BgClassName
{
background-color: #BDD40C;
}
</style>
border-color css
<style>
span { border-color: #BDD40C; }
span { border-color: rgb(189,212,12); }
td.TdClassName
{
border-color: #BDD40C;
}
.TagClassName
{
border-color: #BDD40C;
}
</style>