Shades of Rio Grande #BCC126
Tints of Rio Grande #BCC126
RGB
CMYK
RGB Variations
Color information
#BCC126 (or 0xBCC126) is known color: Rio Grande. HEX triplet: BC, C1 and 26. RGB value is (188,193,38). Sum of RGB (Red+Green+Blue) = 188+193+38=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC126 is #433ED9. Grayscale: #AEAEAE. Windows color (decimal): -4407002 or 2539964. OLE color: 2539964.
HSL color Cylindrical-coordinate representation of color #BCC126: hue angle of 61.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC126 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 38 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.24 |
| HSL | 61.94º | 0.67% | 0.45% | - |
| HSV(B) | 61.94º | 0.8% | 0.76% | - |
| XYZ | 40.16 | 48.97 | 9.17 | - |
| YUV | 173.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 38 | 0.03 | 0 | 0.80 | 0.24 | 61.94 | 0.67 | 0.45 |
| Hex | BC | C1 | 26 | 3 | 0 | 50 | 18 | 3E | 43 | 2D |
| Octal | 274 | 301 | 46 | 3 | 0 | 120 | 30 | 76 | 103 | 55 |
| Binary | 10111100 | 11000001 | 100110 | 11 | 0 | 1010000 | 11000 | 111110 | 1000011 | 101101 |
Color Harmonies of #BCC126
Complementary color
Monochromatic Colors of #BCC126
Black with #BCC126
Text Example
Text Example
White with #BCC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC126; }
p { color: rgb(188,193,38); }
H1.HeaderClassName
{
color: #BCC126;
}
.AnyTagClassName
{
color: #BCC126;
}
</style>
background-color css
<style>
a { background-color: #BCC126; }
a { background-color: rgb(188,193,38); }
div.DivClassName
{
background-color: #BCC126;
}
.BgClassName
{
background-color: #BCC126;
}
</style>
border-color css
<style>
span { border-color: #BCC126; }
span { border-color: rgb(188,193,38); }
td.TdClassName
{
border-color: #BCC126;
}
.TagClassName
{
border-color: #BCC126;
}
</style>