Shades of Rio Grande #BAD40E
Tints of Rio Grande #BAD40E
RGB
CMYK
RGB Variations
Color information
#BAD40E (or 0xBAD40E) is known color: Rio Grande. HEX triplet: BA, D4 and 0E. RGB value is (186,212,14). Sum of RGB (Red+Green+Blue) = 186+212+14=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD40E is #452BF1. Grayscale: #B6B6B6. Windows color (decimal): -4533234 or 971962. OLE color: 971962.
HSL color Cylindrical-coordinate representation of color #BAD40E: hue angle of 67.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAD40E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.17 |
| HSL | 67.88º | 0.88% | 0.44% | - |
| HSV(B) | 67.88º | 0.93% | 0.83% | - |
| XYZ | 43.87 | 57.56 | 9.21 | - |
| YUV | 181.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 14 | 0.12 | 0 | 0.93 | 0.17 | 67.88 | 0.88 | 0.44 |
| Hex | BA | D4 | E | C | 0 | 5D | 11 | 44 | 58 | 2C |
| Octal | 272 | 324 | 16 | 14 | 0 | 135 | 21 | 104 | 130 | 54 |
| Binary | 10111010 | 11010100 | 1110 | 1100 | 0 | 1011101 | 10001 | 1000100 | 1011000 | 101100 |
Color Harmonies of #BAD40E
Complementary color
Monochromatic Colors of #BAD40E
Black with #BAD40E
Text Example
Text Example
White with #BAD40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD40E; }
p { color: rgb(186,212,14); }
H1.HeaderClassName
{
color: #BAD40E;
}
.AnyTagClassName
{
color: #BAD40E;
}
</style>
background-color css
<style>
a { background-color: #BAD40E; }
a { background-color: rgb(186,212,14); }
div.DivClassName
{
background-color: #BAD40E;
}
.BgClassName
{
background-color: #BAD40E;
}
</style>
border-color css
<style>
span { border-color: #BAD40E; }
span { border-color: rgb(186,212,14); }
td.TdClassName
{
border-color: #BAD40E;
}
.TagClassName
{
border-color: #BAD40E;
}
</style>