Shades of Rio Grande #BAD115
Tints of Rio Grande #BAD115
RGB
CMYK
RGB Variations
Color information
#BAD115 (or 0xBAD115) is known color: Rio Grande. HEX triplet: BA, D1 and 15. RGB value is (186,209,21). Sum of RGB (Red+Green+Blue) = 186+209+21=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD115 is #452EEA. Grayscale: #B5B5B5. Windows color (decimal): -4533995 or 1429946. OLE color: 1429946.
HSL color Cylindrical-coordinate representation of color #BAD115: hue angle of 67.34º degrees, saturation: 0.82, 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 #BAD115 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.18 |
| HSL | 67.34º | 0.82% | 0.45% | - |
| HSV(B) | 67.34º | 0.9% | 0.82% | - |
| XYZ | 43.19 | 56.09 | 9.26 | - |
| YUV | 180.69 | 37.88 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 21 | 0.11 | 0 | 0.90 | 0.18 | 67.34 | 0.82 | 0.45 |
| Hex | BA | D1 | 15 | B | 0 | 5A | 12 | 43 | 52 | 2D |
| Octal | 272 | 321 | 25 | 13 | 0 | 132 | 22 | 103 | 122 | 55 |
| Binary | 10111010 | 11010001 | 10101 | 1011 | 0 | 1011010 | 10010 | 1000011 | 1010010 | 101101 |
Color Harmonies of #BAD115
Complementary color
Monochromatic Colors of #BAD115
Black with #BAD115
Text Example
Text Example
White with #BAD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD115; }
p { color: rgb(186,209,21); }
H1.HeaderClassName
{
color: #BAD115;
}
.AnyTagClassName
{
color: #BAD115;
}
</style>
background-color css
<style>
a { background-color: #BAD115; }
a { background-color: rgb(186,209,21); }
div.DivClassName
{
background-color: #BAD115;
}
.BgClassName
{
background-color: #BAD115;
}
</style>
border-color css
<style>
span { border-color: #BAD115; }
span { border-color: rgb(186,209,21); }
td.TdClassName
{
border-color: #BAD115;
}
.TagClassName
{
border-color: #BAD115;
}
</style>