Shades of Rio Grande #BCC614
Tints of Rio Grande #BCC614
RGB
CMYK
RGB Variations
Color information
#BCC614 (or 0xBCC614) is known color: Rio Grande. HEX triplet: BC, C6 and 14. RGB value is (188,198,20). Sum of RGB (Red+Green+Blue) = 188+198+20=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC614 is #4339EB. Grayscale: #AFAFAF. Windows color (decimal): -4405740 or 1361596. OLE color: 1361596.
HSL color Cylindrical-coordinate representation of color #BCC614: hue angle of 63.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC614 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.22 |
| HSL | 63.37º | 0.82% | 0.43% | - |
| HSV(B) | 63.37º | 0.9% | 0.78% | - |
| XYZ | 41.06 | 51.13 | 8.37 | - |
| YUV | 174.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 20 | 0.05 | 0 | 0.90 | 0.22 | 63.37 | 0.82 | 0.43 |
| Hex | BC | C6 | 14 | 5 | 0 | 5A | 16 | 3F | 52 | 2B |
| Octal | 274 | 306 | 24 | 5 | 0 | 132 | 26 | 77 | 122 | 53 |
| Binary | 10111100 | 11000110 | 10100 | 101 | 0 | 1011010 | 10110 | 111111 | 1010010 | 101011 |
Color Harmonies of #BCC614
Complementary color
Monochromatic Colors of #BCC614
Black with #BCC614
Text Example
Text Example
White with #BCC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC614; }
p { color: rgb(188,198,20); }
H1.HeaderClassName
{
color: #BCC614;
}
.AnyTagClassName
{
color: #BCC614;
}
</style>
background-color css
<style>
a { background-color: #BCC614; }
a { background-color: rgb(188,198,20); }
div.DivClassName
{
background-color: #BCC614;
}
.BgClassName
{
background-color: #BCC614;
}
</style>
border-color css
<style>
span { border-color: #BCC614; }
span { border-color: rgb(188,198,20); }
td.TdClassName
{
border-color: #BCC614;
}
.TagClassName
{
border-color: #BCC614;
}
</style>