Shades of Rio Grande #BAD21C
Tints of Rio Grande #BAD21C
RGB
CMYK
RGB Variations
Color information
#BAD21C (or 0xBAD21C) is known color: Rio Grande. HEX triplet: BA, D2 and 1C. RGB value is (186,210,28). Sum of RGB (Red+Green+Blue) = 186+210+28=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD21C is #452DE3. Grayscale: #B6B6B6. Windows color (decimal): -4533732 or 1888954. OLE color: 1888954.
HSL color Cylindrical-coordinate representation of color #BAD21C: hue angle of 67.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAD21C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 28 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.18 |
| HSL | 67.91º | 0.76% | 0.47% | - |
| HSV(B) | 67.91º | 0.87% | 0.82% | - |
| XYZ | 43.51 | 56.62 | 9.73 | - |
| YUV | 182.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 28 | 0.11 | 0 | 0.87 | 0.18 | 67.91 | 0.76 | 0.47 |
| Hex | BA | D2 | 1C | B | 0 | 57 | 12 | 44 | 4C | 2F |
| Octal | 272 | 322 | 34 | 13 | 0 | 127 | 22 | 104 | 114 | 57 |
| Binary | 10111010 | 11010010 | 11100 | 1011 | 0 | 1010111 | 10010 | 1000100 | 1001100 | 101111 |
Color Harmonies of #BAD21C
Complementary color
Monochromatic Colors of #BAD21C
Black with #BAD21C
Text Example
Text Example
White with #BAD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD21C; }
p { color: rgb(186,210,28); }
H1.HeaderClassName
{
color: #BAD21C;
}
.AnyTagClassName
{
color: #BAD21C;
}
</style>
background-color css
<style>
a { background-color: #BAD21C; }
a { background-color: rgb(186,210,28); }
div.DivClassName
{
background-color: #BAD21C;
}
.BgClassName
{
background-color: #BAD21C;
}
</style>
border-color css
<style>
span { border-color: #BAD21C; }
span { border-color: rgb(186,210,28); }
td.TdClassName
{
border-color: #BAD21C;
}
.TagClassName
{
border-color: #BAD21C;
}
</style>