Shades of Rio Grande #BAD114
Tints of Rio Grande #BAD114
RGB
CMYK
RGB Variations
Color information
#BAD114 (or 0xBAD114) is known color: Rio Grande. HEX triplet: BA, D1 and 14. RGB value is (186,209,20). Sum of RGB (Red+Green+Blue) = 186+209+20=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD114 is #452EEB. Grayscale: #B5B5B5. Windows color (decimal): -4533996 or 1364410. OLE color: 1364410.
HSL color Cylindrical-coordinate representation of color #BAD114: hue angle of 67.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAD114 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.18 |
| HSL | 67.3º | 0.83% | 0.45% | - |
| HSV(B) | 67.3º | 0.9% | 0.82% | - |
| XYZ | 43.18 | 56.09 | 9.21 | - |
| YUV | 180.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 20 | 0.11 | 0 | 0.90 | 0.18 | 67.3 | 0.83 | 0.45 |
| Hex | BA | D1 | 14 | B | 0 | 5A | 12 | 43 | 53 | 2D |
| Octal | 272 | 321 | 24 | 13 | 0 | 132 | 22 | 103 | 123 | 55 |
| Binary | 10111010 | 11010001 | 10100 | 1011 | 0 | 1011010 | 10010 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BAD114
Complementary color
Monochromatic Colors of #BAD114
Black with #BAD114
Text Example
Text Example
White with #BAD114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD114; }
p { color: rgb(186,209,20); }
H1.HeaderClassName
{
color: #BAD114;
}
.AnyTagClassName
{
color: #BAD114;
}
</style>
background-color css
<style>
a { background-color: #BAD114; }
a { background-color: rgb(186,209,20); }
div.DivClassName
{
background-color: #BAD114;
}
.BgClassName
{
background-color: #BAD114;
}
</style>
border-color css
<style>
span { border-color: #BAD114; }
span { border-color: rgb(186,209,20); }
td.TdClassName
{
border-color: #BAD114;
}
.TagClassName
{
border-color: #BAD114;
}
</style>