Shades of Rio Grande #BACA28
Tints of Rio Grande #BACA28
RGB
CMYK
RGB Variations
Color information
#BACA28 (or 0xBACA28) is known color: Rio Grande. HEX triplet: BA, CA and 28. RGB value is (186,202,40). Sum of RGB (Red+Green+Blue) = 186+202+40=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA28 is #4535D7. Grayscale: #B3B3B3. Windows color (decimal): -4535768 or 2673338. OLE color: 2673338.
HSL color Cylindrical-coordinate representation of color #BACA28: hue angle of 65.93º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BACA28 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 40 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.21 |
| HSL | 65.93º | 0.67% | 0.47% | - |
| HSV(B) | 65.93º | 0.8% | 0.79% | - |
| XYZ | 41.75 | 52.83 | 10 | - |
| YUV | 178.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 40 | 0.08 | 0 | 0.80 | 0.21 | 65.93 | 0.67 | 0.47 |
| Hex | BA | CA | 28 | 8 | 0 | 50 | 15 | 42 | 43 | 2F |
| Octal | 272 | 312 | 50 | 10 | 0 | 120 | 25 | 102 | 103 | 57 |
| Binary | 10111010 | 11001010 | 101000 | 1000 | 0 | 1010000 | 10101 | 1000010 | 1000011 | 101111 |
Color Harmonies of #BACA28
Complementary color
Monochromatic Colors of #BACA28
Black with #BACA28
Text Example
Text Example
White with #BACA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA28; }
p { color: rgb(186,202,40); }
H1.HeaderClassName
{
color: #BACA28;
}
.AnyTagClassName
{
color: #BACA28;
}
</style>
background-color css
<style>
a { background-color: #BACA28; }
a { background-color: rgb(186,202,40); }
div.DivClassName
{
background-color: #BACA28;
}
.BgClassName
{
background-color: #BACA28;
}
</style>
border-color css
<style>
span { border-color: #BACA28; }
span { border-color: rgb(186,202,40); }
td.TdClassName
{
border-color: #BACA28;
}
.TagClassName
{
border-color: #BACA28;
}
</style>