Shades of Rio Grande #BACD12
Tints of Rio Grande #BACD12
RGB
CMYK
RGB Variations
Color information
#BACD12 (or 0xBACD12) is known color: Rio Grande. HEX triplet: BA, CD and 12. RGB value is (186,205,18). Sum of RGB (Red+Green+Blue) = 186+205+18=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD12 is #4532ED. Grayscale: #B2B2B2. Windows color (decimal): -4535022 or 1232314. OLE color: 1232314.
HSL color Cylindrical-coordinate representation of color #BACD12: hue angle of 66.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BACD12 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.20 |
| HSL | 66.1º | 0.84% | 0.44% | - |
| HSV(B) | 66.1º | 0.91% | 0.8% | - |
| XYZ | 42.19 | 54.15 | 8.8 | - |
| YUV | 178 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 18 | 0.09 | 0 | 0.91 | 0.20 | 66.1 | 0.84 | 0.44 |
| Hex | BA | CD | 12 | 9 | 0 | 5B | 14 | 42 | 54 | 2C |
| Octal | 272 | 315 | 22 | 11 | 0 | 133 | 24 | 102 | 124 | 54 |
| Binary | 10111010 | 11001101 | 10010 | 1001 | 0 | 1011011 | 10100 | 1000010 | 1010100 | 101100 |
Color Harmonies of #BACD12
Complementary color
Monochromatic Colors of #BACD12
Black with #BACD12
Text Example
Text Example
White with #BACD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD12; }
p { color: rgb(186,205,18); }
H1.HeaderClassName
{
color: #BACD12;
}
.AnyTagClassName
{
color: #BACD12;
}
</style>
background-color css
<style>
a { background-color: #BACD12; }
a { background-color: rgb(186,205,18); }
div.DivClassName
{
background-color: #BACD12;
}
.BgClassName
{
background-color: #BACD12;
}
</style>
border-color css
<style>
span { border-color: #BACD12; }
span { border-color: rgb(186,205,18); }
td.TdClassName
{
border-color: #BACD12;
}
.TagClassName
{
border-color: #BACD12;
}
</style>