Shades of Rio Grande #BAD50F
Tints of Rio Grande #BAD50F
RGB
CMYK
RGB Variations
Color information
#BAD50F (or 0xBAD50F) is known color: Rio Grande. HEX triplet: BA, D5 and 0F. RGB value is (186,213,15). Sum of RGB (Red+Green+Blue) = 186+213+15=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD50F is #452AF0. Grayscale: #B7B7B7. Windows color (decimal): -4532977 or 1037754. OLE color: 1037754.
HSL color Cylindrical-coordinate representation of color #BAD50F: hue angle of 68.18º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAD50F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.16 |
| HSL | 68.18º | 0.87% | 0.45% | - |
| HSV(B) | 68.18º | 0.93% | 0.84% | - |
| XYZ | 44.13 | 58.06 | 9.33 | - |
| YUV | 182.36 | 33.55 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 15 | 0.13 | 0 | 0.93 | 0.16 | 68.18 | 0.87 | 0.45 |
| Hex | BA | D5 | F | D | 0 | 5D | 10 | 44 | 57 | 2D |
| Octal | 272 | 325 | 17 | 15 | 0 | 135 | 20 | 104 | 127 | 55 |
| Binary | 10111010 | 11010101 | 1111 | 1101 | 0 | 1011101 | 10000 | 1000100 | 1010111 | 101101 |
Color Harmonies of #BAD50F
Complementary color
Monochromatic Colors of #BAD50F
Black with #BAD50F
Text Example
Text Example
White with #BAD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD50F; }
p { color: rgb(186,213,15); }
H1.HeaderClassName
{
color: #BAD50F;
}
.AnyTagClassName
{
color: #BAD50F;
}
</style>
background-color css
<style>
a { background-color: #BAD50F; }
a { background-color: rgb(186,213,15); }
div.DivClassName
{
background-color: #BAD50F;
}
.BgClassName
{
background-color: #BAD50F;
}
</style>
border-color css
<style>
span { border-color: #BAD50F; }
span { border-color: rgb(186,213,15); }
td.TdClassName
{
border-color: #BAD50F;
}
.TagClassName
{
border-color: #BAD50F;
}
</style>