Shades of Rio Grande #BCC01E
Tints of Rio Grande #BCC01E
RGB
CMYK
RGB Variations
Color information
#BCC01E (or 0xBCC01E) is known color: Rio Grande. HEX triplet: BC, C0 and 1E. RGB value is (188,192,30). Sum of RGB (Red+Green+Blue) = 188+192+30=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC01E is #433FE1. Grayscale: #ACACAC. Windows color (decimal): -4407266 or 2015420. OLE color: 2015420.
HSL color Cylindrical-coordinate representation of color #BCC01E: hue angle of 61.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCC01E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 30 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.25 |
| HSL | 61.48º | 0.73% | 0.44% | - |
| HSV(B) | 61.48º | 0.84% | 0.75% | - |
| XYZ | 39.82 | 48.48 | 8.49 | - |
| YUV | 172.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 30 | 0.02 | 0 | 0.84 | 0.25 | 61.48 | 0.73 | 0.44 |
| Hex | BC | C0 | 1E | 2 | 0 | 54 | 19 | 3D | 49 | 2C |
| Octal | 274 | 300 | 36 | 2 | 0 | 124 | 31 | 75 | 111 | 54 |
| Binary | 10111100 | 11000000 | 11110 | 10 | 0 | 1010100 | 11001 | 111101 | 1001001 | 101100 |
Color Harmonies of #BCC01E
Complementary color
Monochromatic Colors of #BCC01E
Black with #BCC01E
Text Example
Text Example
White with #BCC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC01E; }
p { color: rgb(188,192,30); }
H1.HeaderClassName
{
color: #BCC01E;
}
.AnyTagClassName
{
color: #BCC01E;
}
</style>
background-color css
<style>
a { background-color: #BCC01E; }
a { background-color: rgb(188,192,30); }
div.DivClassName
{
background-color: #BCC01E;
}
.BgClassName
{
background-color: #BCC01E;
}
</style>
border-color css
<style>
span { border-color: #BCC01E; }
span { border-color: rgb(188,192,30); }
td.TdClassName
{
border-color: #BCC01E;
}
.TagClassName
{
border-color: #BCC01E;
}
</style>