Shades of Rio Grande #BCC02E
Tints of Rio Grande #BCC02E
RGB
CMYK
RGB Variations
Color information
#BCC02E (or 0xBCC02E) is known color: Rio Grande. HEX triplet: BC, C0 and 2E. RGB value is (188,192,46). Sum of RGB (Red+Green+Blue) = 188+192+46=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC02E is #433FD1. Grayscale: #AEAEAE. Windows color (decimal): -4407250 or 3063996. OLE color: 3063996.
HSL color Cylindrical-coordinate representation of color #BCC02E: hue angle of 61.64º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCC02E is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 46 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.25 |
| HSL | 61.64º | 0.61% | 0.47% | - |
| HSV(B) | 61.64º | 0.76% | 0.75% | - |
| XYZ | 40.08 | 48.59 | 9.85 | - |
| YUV | 174.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 46 | 0.02 | 0 | 0.76 | 0.25 | 61.64 | 0.61 | 0.47 |
| Hex | BC | C0 | 2E | 2 | 0 | 4C | 19 | 3E | 3D | 2F |
| Octal | 274 | 300 | 56 | 2 | 0 | 114 | 31 | 76 | 75 | 57 |
| Binary | 10111100 | 11000000 | 101110 | 10 | 0 | 1001100 | 11001 | 111110 | 111101 | 101111 |
Color Harmonies of #BCC02E
Complementary color
Monochromatic Colors of #BCC02E
Black with #BCC02E
Text Example
Text Example
White with #BCC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC02E; }
p { color: rgb(188,192,46); }
H1.HeaderClassName
{
color: #BCC02E;
}
.AnyTagClassName
{
color: #BCC02E;
}
</style>
background-color css
<style>
a { background-color: #BCC02E; }
a { background-color: rgb(188,192,46); }
div.DivClassName
{
background-color: #BCC02E;
}
.BgClassName
{
background-color: #BCC02E;
}
</style>
border-color css
<style>
span { border-color: #BCC02E; }
span { border-color: rgb(188,192,46); }
td.TdClassName
{
border-color: #BCC02E;
}
.TagClassName
{
border-color: #BCC02E;
}
</style>