Shades of Rio Grande #BCC627
Tints of Rio Grande #BCC627
RGB
CMYK
RGB Variations
Color information
#BCC627 (or 0xBCC627) is known color: Rio Grande. HEX triplet: BC, C6 and 27. RGB value is (188,198,39). Sum of RGB (Red+Green+Blue) = 188+198+39=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC627 is #4339D8. Grayscale: #B1B1B1. Windows color (decimal): -4405721 or 2606780. OLE color: 2606780.
HSL color Cylindrical-coordinate representation of color #BCC627: hue angle of 63.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC627 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 39 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.22 |
| HSL | 63.77º | 0.67% | 0.46% | - |
| HSV(B) | 63.77º | 0.8% | 0.78% | - |
| XYZ | 41.3 | 51.23 | 9.63 | - |
| YUV | 176.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 39 | 0.05 | 0 | 0.80 | 0.22 | 63.77 | 0.67 | 0.46 |
| Hex | BC | C6 | 27 | 5 | 0 | 50 | 16 | 40 | 43 | 2E |
| Octal | 274 | 306 | 47 | 5 | 0 | 120 | 26 | 100 | 103 | 56 |
| Binary | 10111100 | 11000110 | 100111 | 101 | 0 | 1010000 | 10110 | 1000000 | 1000011 | 101110 |
Color Harmonies of #BCC627
Complementary color
Monochromatic Colors of #BCC627
Black with #BCC627
Text Example
Text Example
White with #BCC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC627; }
p { color: rgb(188,198,39); }
H1.HeaderClassName
{
color: #BCC627;
}
.AnyTagClassName
{
color: #BCC627;
}
</style>
background-color css
<style>
a { background-color: #BCC627; }
a { background-color: rgb(188,198,39); }
div.DivClassName
{
background-color: #BCC627;
}
.BgClassName
{
background-color: #BCC627;
}
</style>
border-color css
<style>
span { border-color: #BCC627; }
span { border-color: rgb(188,198,39); }
td.TdClassName
{
border-color: #BCC627;
}
.TagClassName
{
border-color: #BCC627;
}
</style>