Shades of Rio Grande #BCC029
Tints of Rio Grande #BCC029
RGB
CMYK
RGB Variations
Color information
#BCC029 (or 0xBCC029) is known color: Rio Grande. HEX triplet: BC, C0 and 29. RGB value is (188,192,41). Sum of RGB (Red+Green+Blue) = 188+192+41=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC029 is #433FD6. Grayscale: #AEAEAE. Windows color (decimal): -4407255 or 2736316. OLE color: 2736316.
HSL color Cylindrical-coordinate representation of color #BCC029: hue angle of 61.59º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC029 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 41 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.25 |
| HSL | 61.59º | 0.65% | 0.46% | - |
| HSV(B) | 61.59º | 0.79% | 0.75% | - |
| XYZ | 39.99 | 48.55 | 9.36 | - |
| YUV | 173.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 41 | 0.02 | 0 | 0.79 | 0.25 | 61.59 | 0.65 | 0.46 |
| Hex | BC | C0 | 29 | 2 | 0 | 4F | 19 | 3E | 41 | 2E |
| Octal | 274 | 300 | 51 | 2 | 0 | 117 | 31 | 76 | 101 | 56 |
| Binary | 10111100 | 11000000 | 101001 | 10 | 0 | 1001111 | 11001 | 111110 | 1000001 | 101110 |
Color Harmonies of #BCC029
Complementary color
Monochromatic Colors of #BCC029
Black with #BCC029
Text Example
Text Example
White with #BCC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC029; }
p { color: rgb(188,192,41); }
H1.HeaderClassName
{
color: #BCC029;
}
.AnyTagClassName
{
color: #BCC029;
}
</style>
background-color css
<style>
a { background-color: #BCC029; }
a { background-color: rgb(188,192,41); }
div.DivClassName
{
background-color: #BCC029;
}
.BgClassName
{
background-color: #BCC029;
}
</style>
border-color css
<style>
span { border-color: #BCC029; }
span { border-color: rgb(188,192,41); }
td.TdClassName
{
border-color: #BCC029;
}
.TagClassName
{
border-color: #BCC029;
}
</style>