Shades of Rio Grande #BAD21D
Tints of Rio Grande #BAD21D
RGB
CMYK
RGB Variations
Color information
#BAD21D (or 0xBAD21D) is known color: Rio Grande. HEX triplet: BA, D2 and 1D. RGB value is (186,210,29). Sum of RGB (Red+Green+Blue) = 186+210+29=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD21D is #452DE2. Grayscale: #B6B6B6. Windows color (decimal): -4533731 or 1954490. OLE color: 1954490.
HSL color Cylindrical-coordinate representation of color #BAD21D: hue angle of 67.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAD21D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 29 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.18 |
| HSL | 67.96º | 0.76% | 0.47% | - |
| HSV(B) | 67.96º | 0.86% | 0.82% | - |
| XYZ | 43.52 | 56.62 | 9.8 | - |
| YUV | 182.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 29 | 0.11 | 0 | 0.86 | 0.18 | 67.96 | 0.76 | 0.47 |
| Hex | BA | D2 | 1D | B | 0 | 56 | 12 | 44 | 4C | 2F |
| Octal | 272 | 322 | 35 | 13 | 0 | 126 | 22 | 104 | 114 | 57 |
| Binary | 10111010 | 11010010 | 11101 | 1011 | 0 | 1010110 | 10010 | 1000100 | 1001100 | 101111 |
Color Harmonies of #BAD21D
Complementary color
Monochromatic Colors of #BAD21D
Black with #BAD21D
Text Example
Text Example
White with #BAD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD21D; }
p { color: rgb(186,210,29); }
H1.HeaderClassName
{
color: #BAD21D;
}
.AnyTagClassName
{
color: #BAD21D;
}
</style>
background-color css
<style>
a { background-color: #BAD21D; }
a { background-color: rgb(186,210,29); }
div.DivClassName
{
background-color: #BAD21D;
}
.BgClassName
{
background-color: #BAD21D;
}
</style>
border-color css
<style>
span { border-color: #BAD21D; }
span { border-color: rgb(186,210,29); }
td.TdClassName
{
border-color: #BAD21D;
}
.TagClassName
{
border-color: #BAD21D;
}
</style>