Shades of Rio Grande #BCC120
Tints of Rio Grande #BCC120
RGB
CMYK
RGB Variations
Color information
#BCC120 (or 0xBCC120) is known color: Rio Grande. HEX triplet: BC, C1 and 20. RGB value is (188,193,32). Sum of RGB (Red+Green+Blue) = 188+193+32=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC120 is #433EDF. Grayscale: #ADADAD. Windows color (decimal): -4407008 or 2146748. OLE color: 2146748.
HSL color Cylindrical-coordinate representation of color #BCC120: hue angle of 61.86º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC120 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 32 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.24 |
| HSL | 61.86º | 0.72% | 0.44% | - |
| HSV(B) | 61.86º | 0.83% | 0.76% | - |
| XYZ | 40.07 | 48.94 | 8.7 | - |
| YUV | 173.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 32 | 0.03 | 0 | 0.83 | 0.24 | 61.86 | 0.72 | 0.44 |
| Hex | BC | C1 | 20 | 3 | 0 | 53 | 18 | 3E | 48 | 2C |
| Octal | 274 | 301 | 40 | 3 | 0 | 123 | 30 | 76 | 110 | 54 |
| Binary | 10111100 | 11000001 | 100000 | 11 | 0 | 1010011 | 11000 | 111110 | 1001000 | 101100 |
Color Harmonies of #BCC120
Complementary color
Monochromatic Colors of #BCC120
Black with #BCC120
Text Example
Text Example
White with #BCC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC120; }
p { color: rgb(188,193,32); }
H1.HeaderClassName
{
color: #BCC120;
}
.AnyTagClassName
{
color: #BCC120;
}
</style>
background-color css
<style>
a { background-color: #BCC120; }
a { background-color: rgb(188,193,32); }
div.DivClassName
{
background-color: #BCC120;
}
.BgClassName
{
background-color: #BCC120;
}
</style>
border-color css
<style>
span { border-color: #BCC120; }
span { border-color: rgb(188,193,32); }
td.TdClassName
{
border-color: #BCC120;
}
.TagClassName
{
border-color: #BCC120;
}
</style>