Shades of Rio Grande #BCC11C
Tints of Rio Grande #BCC11C
RGB
CMYK
RGB Variations
Color information
#BCC11C (or 0xBCC11C) is known color: Rio Grande. HEX triplet: BC, C1 and 1C. RGB value is (188,193,28). Sum of RGB (Red+Green+Blue) = 188+193+28=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC11C is #433EE3. Grayscale: #ADADAD. Windows color (decimal): -4407012 or 1884604. OLE color: 1884604.
HSL color Cylindrical-coordinate representation of color #BCC11C: hue angle of 61.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCC11C is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 28 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.24 |
| HSL | 61.82º | 0.75% | 0.43% | - |
| HSV(B) | 61.82º | 0.85% | 0.76% | - |
| XYZ | 40.02 | 48.92 | 8.43 | - |
| YUV | 172.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 28 | 0.03 | 0 | 0.85 | 0.24 | 61.82 | 0.75 | 0.43 |
| Hex | BC | C1 | 1C | 3 | 0 | 55 | 18 | 3E | 4B | 2B |
| Octal | 274 | 301 | 34 | 3 | 0 | 125 | 30 | 76 | 113 | 53 |
| Binary | 10111100 | 11000001 | 11100 | 11 | 0 | 1010101 | 11000 | 111110 | 1001011 | 101011 |
Color Harmonies of #BCC11C
Complementary color
Monochromatic Colors of #BCC11C
Black with #BCC11C
Text Example
Text Example
White with #BCC11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC11C; }
p { color: rgb(188,193,28); }
H1.HeaderClassName
{
color: #BCC11C;
}
.AnyTagClassName
{
color: #BCC11C;
}
</style>
background-color css
<style>
a { background-color: #BCC11C; }
a { background-color: rgb(188,193,28); }
div.DivClassName
{
background-color: #BCC11C;
}
.BgClassName
{
background-color: #BCC11C;
}
</style>
border-color css
<style>
span { border-color: #BCC11C; }
span { border-color: rgb(188,193,28); }
td.TdClassName
{
border-color: #BCC11C;
}
.TagClassName
{
border-color: #BCC11C;
}
</style>