Shades of Rio Grande #BAD113
Tints of Rio Grande #BAD113
RGB
CMYK
RGB Variations
Color information
#BAD113 (or 0xBAD113) is known color: Rio Grande. HEX triplet: BA, D1 and 13. RGB value is (186,209,19). Sum of RGB (Red+Green+Blue) = 186+209+19=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD113 is #452EEC. Grayscale: #B5B5B5. Windows color (decimal): -4533997 or 1298874. OLE color: 1298874.
HSL color Cylindrical-coordinate representation of color #BAD113: hue angle of 67.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAD113 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.18 |
| HSL | 67.26º | 0.83% | 0.45% | - |
| HSV(B) | 67.26º | 0.91% | 0.82% | - |
| XYZ | 43.17 | 56.09 | 9.17 | - |
| YUV | 180.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 19 | 0.11 | 0 | 0.91 | 0.18 | 67.26 | 0.83 | 0.45 |
| Hex | BA | D1 | 13 | B | 0 | 5B | 12 | 43 | 53 | 2D |
| Octal | 272 | 321 | 23 | 13 | 0 | 133 | 22 | 103 | 123 | 55 |
| Binary | 10111010 | 11010001 | 10011 | 1011 | 0 | 1011011 | 10010 | 1000011 | 1010011 | 101101 |
Color Harmonies of #BAD113
Complementary color
Monochromatic Colors of #BAD113
Black with #BAD113
Text Example
Text Example
White with #BAD113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD113; }
p { color: rgb(186,209,19); }
H1.HeaderClassName
{
color: #BAD113;
}
.AnyTagClassName
{
color: #BAD113;
}
</style>
background-color css
<style>
a { background-color: #BAD113; }
a { background-color: rgb(186,209,19); }
div.DivClassName
{
background-color: #BAD113;
}
.BgClassName
{
background-color: #BAD113;
}
</style>
border-color css
<style>
span { border-color: #BAD113; }
span { border-color: rgb(186,209,19); }
td.TdClassName
{
border-color: #BAD113;
}
.TagClassName
{
border-color: #BAD113;
}
</style>