Shades of Rio Grande #BACD1B
Tints of Rio Grande #BACD1B
RGB
CMYK
RGB Variations
Color information
#BACD1B (or 0xBACD1B) is known color: Rio Grande. HEX triplet: BA, CD and 1B. RGB value is (186,205,27). Sum of RGB (Red+Green+Blue) = 186+205+27=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD1B is #4532E4. Grayscale: #B3B3B3. Windows color (decimal): -4535013 or 1822138. OLE color: 1822138.
HSL color Cylindrical-coordinate representation of color #BACD1B: hue angle of 66.4º 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 #BACD1B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.20 |
| HSL | 66.4º | 0.77% | 0.45% | - |
| HSV(B) | 66.4º | 0.87% | 0.8% | - |
| XYZ | 42.28 | 54.18 | 9.27 | - |
| YUV | 179.03 | 42.21 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 27 | 0.09 | 0 | 0.87 | 0.20 | 66.4 | 0.77 | 0.45 |
| Hex | BA | CD | 1B | 9 | 0 | 57 | 14 | 42 | 4D | 2D |
| Octal | 272 | 315 | 33 | 11 | 0 | 127 | 24 | 102 | 115 | 55 |
| Binary | 10111010 | 11001101 | 11011 | 1001 | 0 | 1010111 | 10100 | 1000010 | 1001101 | 101101 |
Color Harmonies of #BACD1B
Complementary color
Monochromatic Colors of #BACD1B
Black with #BACD1B
Text Example
Text Example
White with #BACD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD1B; }
p { color: rgb(186,205,27); }
H1.HeaderClassName
{
color: #BACD1B;
}
.AnyTagClassName
{
color: #BACD1B;
}
</style>
background-color css
<style>
a { background-color: #BACD1B; }
a { background-color: rgb(186,205,27); }
div.DivClassName
{
background-color: #BACD1B;
}
.BgClassName
{
background-color: #BACD1B;
}
</style>
border-color css
<style>
span { border-color: #BACD1B; }
span { border-color: rgb(186,205,27); }
td.TdClassName
{
border-color: #BACD1B;
}
.TagClassName
{
border-color: #BACD1B;
}
</style>