Shades of Rio Grande #BACA1C
Tints of Rio Grande #BACA1C
RGB
CMYK
RGB Variations
Color information
#BACA1C (or 0xBACA1C) is known color: Rio Grande. HEX triplet: BA, CA and 1C. RGB value is (186,202,28). Sum of RGB (Red+Green+Blue) = 186+202+28=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA1C is #4535E3. Grayscale: #B2B2B2. Windows color (decimal): -4535780 or 1886906. OLE color: 1886906.
HSL color Cylindrical-coordinate representation of color #BACA1C: hue angle of 65.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BACA1C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 28 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.21 |
| HSL | 65.52º | 0.76% | 0.45% | - |
| HSV(B) | 65.52º | 0.86% | 0.79% | - |
| XYZ | 41.58 | 52.76 | 9.09 | - |
| YUV | 177.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 28 | 0.08 | 0 | 0.86 | 0.21 | 65.52 | 0.76 | 0.45 |
| Hex | BA | CA | 1C | 8 | 0 | 56 | 15 | 42 | 4C | 2D |
| Octal | 272 | 312 | 34 | 10 | 0 | 126 | 25 | 102 | 114 | 55 |
| Binary | 10111010 | 11001010 | 11100 | 1000 | 0 | 1010110 | 10101 | 1000010 | 1001100 | 101101 |
Color Harmonies of #BACA1C
Complementary color
Monochromatic Colors of #BACA1C
Black with #BACA1C
Text Example
Text Example
White with #BACA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA1C; }
p { color: rgb(186,202,28); }
H1.HeaderClassName
{
color: #BACA1C;
}
.AnyTagClassName
{
color: #BACA1C;
}
</style>
background-color css
<style>
a { background-color: #BACA1C; }
a { background-color: rgb(186,202,28); }
div.DivClassName
{
background-color: #BACA1C;
}
.BgClassName
{
background-color: #BACA1C;
}
</style>
border-color css
<style>
span { border-color: #BACA1C; }
span { border-color: rgb(186,202,28); }
td.TdClassName
{
border-color: #BACA1C;
}
.TagClassName
{
border-color: #BACA1C;
}
</style>