Shades of Rio Grande #BCC429
Tints of Rio Grande #BCC429
RGB
CMYK
RGB Variations
Color information
#BCC429 (or 0xBCC429) is known color: Rio Grande. HEX triplet: BC, C4 and 29. RGB value is (188,196,41). Sum of RGB (Red+Green+Blue) = 188+196+41=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC429 is #433BD6. Grayscale: #B0B0B0. Windows color (decimal): -4406231 or 2737340. OLE color: 2737340.
HSL color Cylindrical-coordinate representation of color #BCC429: hue angle of 63.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC429 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 41 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.23 |
| HSL | 63.1º | 0.65% | 0.46% | - |
| HSV(B) | 63.1º | 0.79% | 0.77% | - |
| XYZ | 40.88 | 50.33 | 9.66 | - |
| YUV | 175.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 41 | 0.04 | 0 | 0.79 | 0.23 | 63.1 | 0.65 | 0.46 |
| Hex | BC | C4 | 29 | 4 | 0 | 4F | 17 | 3F | 41 | 2E |
| Octal | 274 | 304 | 51 | 4 | 0 | 117 | 27 | 77 | 101 | 56 |
| Binary | 10111100 | 11000100 | 101001 | 100 | 0 | 1001111 | 10111 | 111111 | 1000001 | 101110 |
Color Harmonies of #BCC429
Complementary color
Monochromatic Colors of #BCC429
Black with #BCC429
Text Example
Text Example
White with #BCC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC429; }
p { color: rgb(188,196,41); }
H1.HeaderClassName
{
color: #BCC429;
}
.AnyTagClassName
{
color: #BCC429;
}
</style>
background-color css
<style>
a { background-color: #BCC429; }
a { background-color: rgb(188,196,41); }
div.DivClassName
{
background-color: #BCC429;
}
.BgClassName
{
background-color: #BCC429;
}
</style>
border-color css
<style>
span { border-color: #BCC429; }
span { border-color: rgb(188,196,41); }
td.TdClassName
{
border-color: #BCC429;
}
.TagClassName
{
border-color: #BCC429;
}
</style>