Shades of Rio Grande #BACD1A
Tints of Rio Grande #BACD1A
RGB
CMYK
RGB Variations
Color information
#BACD1A (or 0xBACD1A) is known color: Rio Grande. HEX triplet: BA, CD and 1A. RGB value is (186,205,26). Sum of RGB (Red+Green+Blue) = 186+205+26=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD1A is #4532E5. Grayscale: #B3B3B3. Windows color (decimal): -4535014 or 1756602. OLE color: 1756602.
HSL color Cylindrical-coordinate representation of color #BACD1A: hue angle of 66.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BACD1A is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 26 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.20 |
| HSL | 66.37º | 0.77% | 0.45% | - |
| HSV(B) | 66.37º | 0.87% | 0.8% | - |
| XYZ | 42.27 | 54.18 | 9.21 | - |
| YUV | 178.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 26 | 0.09 | 0 | 0.87 | 0.20 | 66.37 | 0.77 | 0.45 |
| Hex | BA | CD | 1A | 9 | 0 | 57 | 14 | 42 | 4D | 2D |
| Octal | 272 | 315 | 32 | 11 | 0 | 127 | 24 | 102 | 115 | 55 |
| Binary | 10111010 | 11001101 | 11010 | 1001 | 0 | 1010111 | 10100 | 1000010 | 1001101 | 101101 |
Color Harmonies of #BACD1A
Complementary color
Monochromatic Colors of #BACD1A
Black with #BACD1A
Text Example
Text Example
White with #BACD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD1A; }
p { color: rgb(186,205,26); }
H1.HeaderClassName
{
color: #BACD1A;
}
.AnyTagClassName
{
color: #BACD1A;
}
</style>
background-color css
<style>
a { background-color: #BACD1A; }
a { background-color: rgb(186,205,26); }
div.DivClassName
{
background-color: #BACD1A;
}
.BgClassName
{
background-color: #BACD1A;
}
</style>
border-color css
<style>
span { border-color: #BACD1A; }
span { border-color: rgb(186,205,26); }
td.TdClassName
{
border-color: #BACD1A;
}
.TagClassName
{
border-color: #BACD1A;
}
</style>