Shades of Rio Grande #BAD412
Tints of Rio Grande #BAD412
RGB
CMYK
RGB Variations
Color information
#BAD412 (or 0xBAD412) is known color: Rio Grande. HEX triplet: BA, D4 and 12. RGB value is (186,212,18). Sum of RGB (Red+Green+Blue) = 186+212+18=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD412 is #452BED. Grayscale: #B6B6B6. Windows color (decimal): -4533230 or 1234106. OLE color: 1234106.
HSL color Cylindrical-coordinate representation of color #BAD412: hue angle of 68.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAD412 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.17 |
| HSL | 68.04º | 0.84% | 0.45% | - |
| HSV(B) | 68.04º | 0.92% | 0.83% | - |
| XYZ | 43.9 | 57.57 | 9.37 | - |
| YUV | 182.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 18 | 0.12 | 0 | 0.92 | 0.17 | 68.04 | 0.84 | 0.45 |
| Hex | BA | D4 | 12 | C | 0 | 5C | 11 | 44 | 54 | 2D |
| Octal | 272 | 324 | 22 | 14 | 0 | 134 | 21 | 104 | 124 | 55 |
| Binary | 10111010 | 11010100 | 10010 | 1100 | 0 | 1011100 | 10001 | 1000100 | 1010100 | 101101 |
Color Harmonies of #BAD412
Complementary color
Monochromatic Colors of #BAD412
Black with #BAD412
Text Example
Text Example
White with #BAD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD412; }
p { color: rgb(186,212,18); }
H1.HeaderClassName
{
color: #BAD412;
}
.AnyTagClassName
{
color: #BAD412;
}
</style>
background-color css
<style>
a { background-color: #BAD412; }
a { background-color: rgb(186,212,18); }
div.DivClassName
{
background-color: #BAD412;
}
.BgClassName
{
background-color: #BAD412;
}
</style>
border-color css
<style>
span { border-color: #BAD412; }
span { border-color: rgb(186,212,18); }
td.TdClassName
{
border-color: #BAD412;
}
.TagClassName
{
border-color: #BAD412;
}
</style>