Shades of Rio Grande #BCC919
Tints of Rio Grande #BCC919
RGB
CMYK
RGB Variations
Color information
#BCC919 (or 0xBCC919) is known color: Rio Grande. HEX triplet: BC, C9 and 19. RGB value is (188,201,25). Sum of RGB (Red+Green+Blue) = 188+201+25=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC919 is #4336E6. Grayscale: #B1B1B1. Windows color (decimal): -4404967 or 1690044. OLE color: 1690044.
HSL color Cylindrical-coordinate representation of color #BCC919: hue angle of 64.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC919 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.21 |
| HSL | 64.43º | 0.78% | 0.44% | - |
| HSV(B) | 64.43º | 0.88% | 0.79% | - |
| XYZ | 41.8 | 52.53 | 8.86 | - |
| YUV | 177.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 25 | 0.06 | 0 | 0.88 | 0.21 | 64.43 | 0.78 | 0.44 |
| Hex | BC | C9 | 19 | 6 | 0 | 58 | 15 | 40 | 4E | 2C |
| Octal | 274 | 311 | 31 | 6 | 0 | 130 | 25 | 100 | 116 | 54 |
| Binary | 10111100 | 11001001 | 11001 | 110 | 0 | 1011000 | 10101 | 1000000 | 1001110 | 101100 |
Color Harmonies of #BCC919
Complementary color
Monochromatic Colors of #BCC919
Black with #BCC919
Text Example
Text Example
White with #BCC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC919; }
p { color: rgb(188,201,25); }
H1.HeaderClassName
{
color: #BCC919;
}
.AnyTagClassName
{
color: #BCC919;
}
</style>
background-color css
<style>
a { background-color: #BCC919; }
a { background-color: rgb(188,201,25); }
div.DivClassName
{
background-color: #BCC919;
}
.BgClassName
{
background-color: #BCC919;
}
</style>
border-color css
<style>
span { border-color: #BCC919; }
span { border-color: rgb(188,201,25); }
td.TdClassName
{
border-color: #BCC919;
}
.TagClassName
{
border-color: #BCC919;
}
</style>