Shades of Rio Grande #BCC623
Tints of Rio Grande #BCC623
RGB
CMYK
RGB Variations
Color information
#BCC623 (or 0xBCC623) is known color: Rio Grande. HEX triplet: BC, C6 and 23. RGB value is (188,198,35). Sum of RGB (Red+Green+Blue) = 188+198+35=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC623 is #4339DC. Grayscale: #B1B1B1. Windows color (decimal): -4405725 or 2344636. OLE color: 2344636.
HSL color Cylindrical-coordinate representation of color #BCC623: hue angle of 63.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCC623 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 35 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.22 |
| HSL | 63.68º | 0.7% | 0.46% | - |
| HSV(B) | 63.68º | 0.82% | 0.78% | - |
| XYZ | 41.24 | 51.2 | 9.3 | - |
| YUV | 176.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 35 | 0.05 | 0 | 0.82 | 0.22 | 63.68 | 0.7 | 0.46 |
| Hex | BC | C6 | 23 | 5 | 0 | 52 | 16 | 40 | 46 | 2E |
| Octal | 274 | 306 | 43 | 5 | 0 | 122 | 26 | 100 | 106 | 56 |
| Binary | 10111100 | 11000110 | 100011 | 101 | 0 | 1010010 | 10110 | 1000000 | 1000110 | 101110 |
Color Harmonies of #BCC623
Complementary color
Monochromatic Colors of #BCC623
Black with #BCC623
Text Example
Text Example
White with #BCC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC623; }
p { color: rgb(188,198,35); }
H1.HeaderClassName
{
color: #BCC623;
}
.AnyTagClassName
{
color: #BCC623;
}
</style>
background-color css
<style>
a { background-color: #BCC623; }
a { background-color: rgb(188,198,35); }
div.DivClassName
{
background-color: #BCC623;
}
.BgClassName
{
background-color: #BCC623;
}
</style>
border-color css
<style>
span { border-color: #BCC623; }
span { border-color: rgb(188,198,35); }
td.TdClassName
{
border-color: #BCC623;
}
.TagClassName
{
border-color: #BCC623;
}
</style>