Shades of Rio Grande #BAD30D
Tints of Rio Grande #BAD30D
RGB
CMYK
RGB Variations
Color information
#BAD30D (or 0xBAD30D) is known color: Rio Grande. HEX triplet: BA, D3 and 0D. RGB value is (186,211,13). Sum of RGB (Red+Green+Blue) = 186+211+13=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD30D is #452CF2. Grayscale: #B5B5B5. Windows color (decimal): -4533491 or 906170. OLE color: 906170.
HSL color Cylindrical-coordinate representation of color #BAD30D: hue angle of 67.58º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAD30D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.17 |
| HSL | 67.58º | 0.88% | 0.44% | - |
| HSV(B) | 67.58º | 0.94% | 0.83% | - |
| XYZ | 43.62 | 57.06 | 9.09 | - |
| YUV | 180.95 | 33.22 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 13 | 0.12 | 0 | 0.94 | 0.17 | 67.58 | 0.88 | 0.44 |
| Hex | BA | D3 | D | C | 0 | 5E | 11 | 44 | 58 | 2C |
| Octal | 272 | 323 | 15 | 14 | 0 | 136 | 21 | 104 | 130 | 54 |
| Binary | 10111010 | 11010011 | 1101 | 1100 | 0 | 1011110 | 10001 | 1000100 | 1011000 | 101100 |
Color Harmonies of #BAD30D
Complementary color
Monochromatic Colors of #BAD30D
Black with #BAD30D
Text Example
Text Example
White with #BAD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD30D; }
p { color: rgb(186,211,13); }
H1.HeaderClassName
{
color: #BAD30D;
}
.AnyTagClassName
{
color: #BAD30D;
}
</style>
background-color css
<style>
a { background-color: #BAD30D; }
a { background-color: rgb(186,211,13); }
div.DivClassName
{
background-color: #BAD30D;
}
.BgClassName
{
background-color: #BAD30D;
}
</style>
border-color css
<style>
span { border-color: #BAD30D; }
span { border-color: rgb(186,211,13); }
td.TdClassName
{
border-color: #BAD30D;
}
.TagClassName
{
border-color: #BAD30D;
}
</style>