Shades of Rio Grande #BAD10F
Tints of Rio Grande #BAD10F
RGB
CMYK
RGB Variations
Color information
#BAD10F (or 0xBAD10F) is known color: Rio Grande. HEX triplet: BA, D1 and 0F. RGB value is (186,209,15). Sum of RGB (Red+Green+Blue) = 186+209+15=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD10F is #452EF0. Grayscale: #B4B4B4. Windows color (decimal): -4534001 or 1036730. OLE color: 1036730.
HSL color Cylindrical-coordinate representation of color #BAD10F: hue angle of 67.11º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAD10F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.18 |
| HSL | 67.11º | 0.87% | 0.44% | - |
| HSV(B) | 67.11º | 0.93% | 0.82% | - |
| XYZ | 43.14 | 56.07 | 9 | - |
| YUV | 180.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 15 | 0.11 | 0 | 0.93 | 0.18 | 67.11 | 0.87 | 0.44 |
| Hex | BA | D1 | F | B | 0 | 5D | 12 | 43 | 57 | 2C |
| Octal | 272 | 321 | 17 | 13 | 0 | 135 | 22 | 103 | 127 | 54 |
| Binary | 10111010 | 11010001 | 1111 | 1011 | 0 | 1011101 | 10010 | 1000011 | 1010111 | 101100 |
Color Harmonies of #BAD10F
Complementary color
Monochromatic Colors of #BAD10F
Black with #BAD10F
Text Example
Text Example
White with #BAD10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD10F; }
p { color: rgb(186,209,15); }
H1.HeaderClassName
{
color: #BAD10F;
}
.AnyTagClassName
{
color: #BAD10F;
}
</style>
background-color css
<style>
a { background-color: #BAD10F; }
a { background-color: rgb(186,209,15); }
div.DivClassName
{
background-color: #BAD10F;
}
.BgClassName
{
background-color: #BAD10F;
}
</style>
border-color css
<style>
span { border-color: #BAD10F; }
span { border-color: rgb(186,209,15); }
td.TdClassName
{
border-color: #BAD10F;
}
.TagClassName
{
border-color: #BAD10F;
}
</style>