Shades of Rio Grande #BCC52B
Tints of Rio Grande #BCC52B
RGB
CMYK
RGB Variations
Color information
#BCC52B (or 0xBCC52B) is known color: Rio Grande. HEX triplet: BC, C5 and 2B. RGB value is (188,197,43). Sum of RGB (Red+Green+Blue) = 188+197+43=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC52B is #433AD4. Grayscale: #B1B1B1. Windows color (decimal): -4405973 or 2868668. OLE color: 2868668.
HSL color Cylindrical-coordinate representation of color #BCC52B: hue angle of 63.51º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC52B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 43 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.23 |
| HSL | 63.51º | 0.64% | 0.47% | - |
| HSV(B) | 63.51º | 0.78% | 0.77% | - |
| XYZ | 41.14 | 50.8 | 9.92 | - |
| YUV | 176.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 43 | 0.05 | 0 | 0.78 | 0.23 | 63.51 | 0.64 | 0.47 |
| Hex | BC | C5 | 2B | 5 | 0 | 4E | 17 | 40 | 40 | 2F |
| Octal | 274 | 305 | 53 | 5 | 0 | 116 | 27 | 100 | 100 | 57 |
| Binary | 10111100 | 11000101 | 101011 | 101 | 0 | 1001110 | 10111 | 1000000 | 1000000 | 101111 |
Color Harmonies of #BCC52B
Complementary color
Monochromatic Colors of #BCC52B
Black with #BCC52B
Text Example
Text Example
White with #BCC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC52B; }
p { color: rgb(188,197,43); }
H1.HeaderClassName
{
color: #BCC52B;
}
.AnyTagClassName
{
color: #BCC52B;
}
</style>
background-color css
<style>
a { background-color: #BCC52B; }
a { background-color: rgb(188,197,43); }
div.DivClassName
{
background-color: #BCC52B;
}
.BgClassName
{
background-color: #BCC52B;
}
</style>
border-color css
<style>
span { border-color: #BCC52B; }
span { border-color: rgb(188,197,43); }
td.TdClassName
{
border-color: #BCC52B;
}
.TagClassName
{
border-color: #BCC52B;
}
</style>