Shades of Rio Grande #BCC622
Tints of Rio Grande #BCC622
RGB
CMYK
RGB Variations
Color information
#BCC622 (or 0xBCC622) is known color: Rio Grande. HEX triplet: BC, C6 and 22. RGB value is (188,198,34). Sum of RGB (Red+Green+Blue) = 188+198+34=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC622 is #4339DD. Grayscale: #B0B0B0. Windows color (decimal): -4405726 or 2279100. OLE color: 2279100.
HSL color Cylindrical-coordinate representation of color #BCC622: hue angle of 63.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC622 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.22 |
| HSL | 63.66º | 0.71% | 0.45% | - |
| HSV(B) | 63.66º | 0.83% | 0.78% | - |
| XYZ | 41.22 | 51.2 | 9.22 | - |
| YUV | 176.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 34 | 0.05 | 0 | 0.83 | 0.22 | 63.66 | 0.71 | 0.45 |
| Hex | BC | C6 | 22 | 5 | 0 | 53 | 16 | 40 | 47 | 2D |
| Octal | 274 | 306 | 42 | 5 | 0 | 123 | 26 | 100 | 107 | 55 |
| Binary | 10111100 | 11000110 | 100010 | 101 | 0 | 1010011 | 10110 | 1000000 | 1000111 | 101101 |
Color Harmonies of #BCC622
Complementary color
Monochromatic Colors of #BCC622
Black with #BCC622
Text Example
Text Example
White with #BCC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC622; }
p { color: rgb(188,198,34); }
H1.HeaderClassName
{
color: #BCC622;
}
.AnyTagClassName
{
color: #BCC622;
}
</style>
background-color css
<style>
a { background-color: #BCC622; }
a { background-color: rgb(188,198,34); }
div.DivClassName
{
background-color: #BCC622;
}
.BgClassName
{
background-color: #BCC622;
}
</style>
border-color css
<style>
span { border-color: #BCC622; }
span { border-color: rgb(188,198,34); }
td.TdClassName
{
border-color: #BCC622;
}
.TagClassName
{
border-color: #BCC622;
}
</style>