Shades of Rio Grande #BCC819
Tints of Rio Grande #BCC819
RGB
CMYK
RGB Variations
Color information
#BCC819 (or 0xBCC819) is known color: Rio Grande. HEX triplet: BC, C8 and 19. RGB value is (188,200,25). Sum of RGB (Red+Green+Blue) = 188+200+25=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC819 is #4337E6. Grayscale: #B1B1B1. Windows color (decimal): -4405223 or 1689788. OLE color: 1689788.
HSL color Cylindrical-coordinate representation of color #BCC819: hue angle of 64.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC819 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.22 |
| HSL | 64.11º | 0.78% | 0.44% | - |
| HSV(B) | 64.11º | 0.88% | 0.78% | - |
| XYZ | 41.57 | 52.07 | 8.78 | - |
| YUV | 176.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 25 | 0.06 | 0 | 0.88 | 0.22 | 64.11 | 0.78 | 0.44 |
| Hex | BC | C8 | 19 | 6 | 0 | 58 | 16 | 40 | 4E | 2C |
| Octal | 274 | 310 | 31 | 6 | 0 | 130 | 26 | 100 | 116 | 54 |
| Binary | 10111100 | 11001000 | 11001 | 110 | 0 | 1011000 | 10110 | 1000000 | 1001110 | 101100 |
Color Harmonies of #BCC819
Complementary color
Monochromatic Colors of #BCC819
Black with #BCC819
Text Example
Text Example
White with #BCC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC819; }
p { color: rgb(188,200,25); }
H1.HeaderClassName
{
color: #BCC819;
}
.AnyTagClassName
{
color: #BCC819;
}
</style>
background-color css
<style>
a { background-color: #BCC819; }
a { background-color: rgb(188,200,25); }
div.DivClassName
{
background-color: #BCC819;
}
.BgClassName
{
background-color: #BCC819;
}
</style>
border-color css
<style>
span { border-color: #BCC819; }
span { border-color: rgb(188,200,25); }
td.TdClassName
{
border-color: #BCC819;
}
.TagClassName
{
border-color: #BCC819;
}
</style>