Shades of Rio Grande #BCC519
Tints of Rio Grande #BCC519
RGB
CMYK
RGB Variations
Color information
#BCC519 (or 0xBCC519) is known color: Rio Grande. HEX triplet: BC, C5 and 19. RGB value is (188,197,25). Sum of RGB (Red+Green+Blue) = 188+197+25=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC519 is #433AE6. Grayscale: #AFAFAF. Windows color (decimal): -4405991 or 1689020. OLE color: 1689020.
HSL color Cylindrical-coordinate representation of color #BCC519: hue angle of 63.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCC519 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 25 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.23 |
| HSL | 63.14º | 0.77% | 0.44% | - |
| HSV(B) | 63.14º | 0.87% | 0.77% | - |
| XYZ | 40.88 | 50.69 | 8.55 | - |
| YUV | 174.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 25 | 0.05 | 0 | 0.87 | 0.23 | 63.14 | 0.77 | 0.44 |
| Hex | BC | C5 | 19 | 5 | 0 | 57 | 17 | 3F | 4D | 2C |
| Octal | 274 | 305 | 31 | 5 | 0 | 127 | 27 | 77 | 115 | 54 |
| Binary | 10111100 | 11000101 | 11001 | 101 | 0 | 1010111 | 10111 | 111111 | 1001101 | 101100 |
Color Harmonies of #BCC519
Complementary color
Monochromatic Colors of #BCC519
Black with #BCC519
Text Example
Text Example
White with #BCC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC519; }
p { color: rgb(188,197,25); }
H1.HeaderClassName
{
color: #BCC519;
}
.AnyTagClassName
{
color: #BCC519;
}
</style>
background-color css
<style>
a { background-color: #BCC519; }
a { background-color: rgb(188,197,25); }
div.DivClassName
{
background-color: #BCC519;
}
.BgClassName
{
background-color: #BCC519;
}
</style>
border-color css
<style>
span { border-color: #BCC519; }
span { border-color: rgb(188,197,25); }
td.TdClassName
{
border-color: #BCC519;
}
.TagClassName
{
border-color: #BCC519;
}
</style>