Shades of Rio Grande #BAD41F
Tints of Rio Grande #BAD41F
RGB
CMYK
RGB Variations
Color information
#BAD41F (or 0xBAD41F) is known color: Rio Grande. HEX triplet: BA, D4 and 1F. RGB value is (186,212,31). Sum of RGB (Red+Green+Blue) = 186+212+31=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD41F is #452BE0. Grayscale: #B8B8B8. Windows color (decimal): -4533217 or 2086074. OLE color: 2086074.
HSL color Cylindrical-coordinate representation of color #BAD41F: hue angle of 68.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAD41F is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 31 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.17 |
| HSL | 68.62º | 0.74% | 0.48% | - |
| HSV(B) | 68.62º | 0.85% | 0.83% | - |
| XYZ | 44.04 | 57.63 | 10.1 | - |
| YUV | 183.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 31 | 0.12 | 0 | 0.85 | 0.17 | 68.62 | 0.74 | 0.48 |
| Hex | BA | D4 | 1F | C | 0 | 55 | 11 | 45 | 4A | 30 |
| Octal | 272 | 324 | 37 | 14 | 0 | 125 | 21 | 105 | 112 | 60 |
| Binary | 10111010 | 11010100 | 11111 | 1100 | 0 | 1010101 | 10001 | 1000101 | 1001010 | 110000 |
Color Harmonies of #BAD41F
Complementary color
Monochromatic Colors of #BAD41F
Black with #BAD41F
Text Example
Text Example
White with #BAD41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD41F; }
p { color: rgb(186,212,31); }
H1.HeaderClassName
{
color: #BAD41F;
}
.AnyTagClassName
{
color: #BAD41F;
}
</style>
background-color css
<style>
a { background-color: #BAD41F; }
a { background-color: rgb(186,212,31); }
div.DivClassName
{
background-color: #BAD41F;
}
.BgClassName
{
background-color: #BAD41F;
}
</style>
border-color css
<style>
span { border-color: #BAD41F; }
span { border-color: rgb(186,212,31); }
td.TdClassName
{
border-color: #BAD41F;
}
.TagClassName
{
border-color: #BAD41F;
}
</style>