Shades of Rio Grande #BACD19
Tints of Rio Grande #BACD19
RGB
CMYK
RGB Variations
Color information
#BACD19 (or 0xBACD19) is known color: Rio Grande. HEX triplet: BA, CD and 19. RGB value is (186,205,25). Sum of RGB (Red+Green+Blue) = 186+205+25=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD19 is #4532E6. Grayscale: #B3B3B3. Windows color (decimal): -4535015 or 1691066. OLE color: 1691066.
HSL color Cylindrical-coordinate representation of color #BACD19: hue angle of 66.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BACD19 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 25 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.20 |
| HSL | 66.33º | 0.78% | 0.45% | - |
| HSV(B) | 66.33º | 0.88% | 0.8% | - |
| XYZ | 42.26 | 54.17 | 9.15 | - |
| YUV | 178.8 | 41.21 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 25 | 0.09 | 0 | 0.88 | 0.20 | 66.33 | 0.78 | 0.45 |
| Hex | BA | CD | 19 | 9 | 0 | 58 | 14 | 42 | 4E | 2D |
| Octal | 272 | 315 | 31 | 11 | 0 | 130 | 24 | 102 | 116 | 55 |
| Binary | 10111010 | 11001101 | 11001 | 1001 | 0 | 1011000 | 10100 | 1000010 | 1001110 | 101101 |
Color Harmonies of #BACD19
Complementary color
Monochromatic Colors of #BACD19
Black with #BACD19
Text Example
Text Example
White with #BACD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD19; }
p { color: rgb(186,205,25); }
H1.HeaderClassName
{
color: #BACD19;
}
.AnyTagClassName
{
color: #BACD19;
}
</style>
background-color css
<style>
a { background-color: #BACD19; }
a { background-color: rgb(186,205,25); }
div.DivClassName
{
background-color: #BACD19;
}
.BgClassName
{
background-color: #BACD19;
}
</style>
border-color css
<style>
span { border-color: #BACD19; }
span { border-color: rgb(186,205,25); }
td.TdClassName
{
border-color: #BACD19;
}
.TagClassName
{
border-color: #BACD19;
}
</style>