Shades of Rio Grande #BACA26
Tints of Rio Grande #BACA26
RGB
CMYK
RGB Variations
Color information
#BACA26 (or 0xBACA26) is known color: Rio Grande. HEX triplet: BA, CA and 26. RGB value is (186,202,38). Sum of RGB (Red+Green+Blue) = 186+202+38=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA26 is #4535D9. Grayscale: #B3B3B3. Windows color (decimal): -4535770 or 2542266. OLE color: 2542266.
HSL color Cylindrical-coordinate representation of color #BACA26: hue angle of 65.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BACA26 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 38 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.21 |
| HSL | 65.85º | 0.68% | 0.47% | - |
| HSV(B) | 65.85º | 0.81% | 0.79% | - |
| XYZ | 41.72 | 52.82 | 9.83 | - |
| YUV | 178.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 38 | 0.08 | 0 | 0.81 | 0.21 | 65.85 | 0.68 | 0.47 |
| Hex | BA | CA | 26 | 8 | 0 | 51 | 15 | 42 | 44 | 2F |
| Octal | 272 | 312 | 46 | 10 | 0 | 121 | 25 | 102 | 104 | 57 |
| Binary | 10111010 | 11001010 | 100110 | 1000 | 0 | 1010001 | 10101 | 1000010 | 1000100 | 101111 |
Color Harmonies of #BACA26
Complementary color
Monochromatic Colors of #BACA26
Black with #BACA26
Text Example
Text Example
White with #BACA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA26; }
p { color: rgb(186,202,38); }
H1.HeaderClassName
{
color: #BACA26;
}
.AnyTagClassName
{
color: #BACA26;
}
</style>
background-color css
<style>
a { background-color: #BACA26; }
a { background-color: rgb(186,202,38); }
div.DivClassName
{
background-color: #BACA26;
}
.BgClassName
{
background-color: #BACA26;
}
</style>
border-color css
<style>
span { border-color: #BACA26; }
span { border-color: rgb(186,202,38); }
td.TdClassName
{
border-color: #BACA26;
}
.TagClassName
{
border-color: #BACA26;
}
</style>