Shades of Rio Grande #BCCA15
Tints of Rio Grande #BCCA15
RGB
CMYK
RGB Variations
Color information
#BCCA15 (or 0xBCCA15) is known color: Rio Grande. HEX triplet: BC, CA and 15. RGB value is (188,202,21). Sum of RGB (Red+Green+Blue) = 188+202+21=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCA15 is #4335EA. Grayscale: #B1B1B1. Windows color (decimal): -4404715 or 1428156. OLE color: 1428156.
HSL color Cylindrical-coordinate representation of color #BCCA15: hue angle of 64.64º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCCA15 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 21 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.21 |
| HSL | 64.64º | 0.81% | 0.44% | - |
| HSV(B) | 64.64º | 0.9% | 0.79% | - |
| XYZ | 41.99 | 52.99 | 8.72 | - |
| YUV | 177.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 21 | 0.07 | 0 | 0.90 | 0.21 | 64.64 | 0.81 | 0.44 |
| Hex | BC | CA | 15 | 7 | 0 | 5A | 15 | 41 | 51 | 2C |
| Octal | 274 | 312 | 25 | 7 | 0 | 132 | 25 | 101 | 121 | 54 |
| Binary | 10111100 | 11001010 | 10101 | 111 | 0 | 1011010 | 10101 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BCCA15
Complementary color
Monochromatic Colors of #BCCA15
Black with #BCCA15
Text Example
Text Example
White with #BCCA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA15; }
p { color: rgb(188,202,21); }
H1.HeaderClassName
{
color: #BCCA15;
}
.AnyTagClassName
{
color: #BCCA15;
}
</style>
background-color css
<style>
a { background-color: #BCCA15; }
a { background-color: rgb(188,202,21); }
div.DivClassName
{
background-color: #BCCA15;
}
.BgClassName
{
background-color: #BCCA15;
}
</style>
border-color css
<style>
span { border-color: #BCCA15; }
span { border-color: rgb(188,202,21); }
td.TdClassName
{
border-color: #BCCA15;
}
.TagClassName
{
border-color: #BCCA15;
}
</style>