Shades of Rio Grande #BAD41D
Tints of Rio Grande #BAD41D
RGB
CMYK
RGB Variations
Color information
#BAD41D (or 0xBAD41D) is known color: Rio Grande. HEX triplet: BA, D4 and 1D. RGB value is (186,212,29). Sum of RGB (Red+Green+Blue) = 186+212+29=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD41D is #452BE2. Grayscale: #B8B8B8. Windows color (decimal): -4533219 or 1955002. OLE color: 1955002.
HSL color Cylindrical-coordinate representation of color #BAD41D: hue angle of 68.52º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAD41D is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 29 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.17 |
| HSL | 68.52º | 0.76% | 0.47% | - |
| HSV(B) | 68.52º | 0.86% | 0.83% | - |
| XYZ | 44.01 | 57.61 | 9.96 | - |
| YUV | 183.36 | 40.89 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 29 | 0.12 | 0 | 0.86 | 0.17 | 68.52 | 0.76 | 0.47 |
| Hex | BA | D4 | 1D | C | 0 | 56 | 11 | 45 | 4C | 2F |
| Octal | 272 | 324 | 35 | 14 | 0 | 126 | 21 | 105 | 114 | 57 |
| Binary | 10111010 | 11010100 | 11101 | 1100 | 0 | 1010110 | 10001 | 1000101 | 1001100 | 101111 |
Color Harmonies of #BAD41D
Complementary color
Monochromatic Colors of #BAD41D
Black with #BAD41D
Text Example
Text Example
White with #BAD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD41D; }
p { color: rgb(186,212,29); }
H1.HeaderClassName
{
color: #BAD41D;
}
.AnyTagClassName
{
color: #BAD41D;
}
</style>
background-color css
<style>
a { background-color: #BAD41D; }
a { background-color: rgb(186,212,29); }
div.DivClassName
{
background-color: #BAD41D;
}
.BgClassName
{
background-color: #BAD41D;
}
</style>
border-color css
<style>
span { border-color: #BAD41D; }
span { border-color: rgb(186,212,29); }
td.TdClassName
{
border-color: #BAD41D;
}
.TagClassName
{
border-color: #BAD41D;
}
</style>