Shades of Rio Grande #BACA1B
Tints of Rio Grande #BACA1B
RGB
CMYK
RGB Variations
Color information
#BACA1B (or 0xBACA1B) is known color: Rio Grande. HEX triplet: BA, CA and 1B. RGB value is (186,202,27). Sum of RGB (Red+Green+Blue) = 186+202+27=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA1B is #4535E4. Grayscale: #B1B1B1. Windows color (decimal): -4535781 or 1821370. OLE color: 1821370.
HSL color Cylindrical-coordinate representation of color #BACA1B: hue angle of 65.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BACA1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 27 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.21 |
| HSL | 65.49º | 0.76% | 0.45% | - |
| HSV(B) | 65.49º | 0.87% | 0.79% | - |
| XYZ | 41.57 | 52.76 | 9.03 | - |
| YUV | 177.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 27 | 0.08 | 0 | 0.87 | 0.21 | 65.49 | 0.76 | 0.45 |
| Hex | BA | CA | 1B | 8 | 0 | 57 | 15 | 41 | 4C | 2D |
| Octal | 272 | 312 | 33 | 10 | 0 | 127 | 25 | 101 | 114 | 55 |
| Binary | 10111010 | 11001010 | 11011 | 1000 | 0 | 1010111 | 10101 | 1000001 | 1001100 | 101101 |
Color Harmonies of #BACA1B
Complementary color
Monochromatic Colors of #BACA1B
Black with #BACA1B
Text Example
Text Example
White with #BACA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA1B; }
p { color: rgb(186,202,27); }
H1.HeaderClassName
{
color: #BACA1B;
}
.AnyTagClassName
{
color: #BACA1B;
}
</style>
background-color css
<style>
a { background-color: #BACA1B; }
a { background-color: rgb(186,202,27); }
div.DivClassName
{
background-color: #BACA1B;
}
.BgClassName
{
background-color: #BACA1B;
}
</style>
border-color css
<style>
span { border-color: #BACA1B; }
span { border-color: rgb(186,202,27); }
td.TdClassName
{
border-color: #BACA1B;
}
.TagClassName
{
border-color: #BACA1B;
}
</style>