Shades of Rio Grande #BCC829
Tints of Rio Grande #BCC829
RGB
CMYK
RGB Variations
Color information
#BCC829 (or 0xBCC829) is known color: Rio Grande. HEX triplet: BC, C8 and 29. RGB value is (188,200,41). Sum of RGB (Red+Green+Blue) = 188+200+41=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC829 is #4337D6. Grayscale: #B2B2B2. Windows color (decimal): -4405207 or 2738364. OLE color: 2738364.
HSL color Cylindrical-coordinate representation of color #BCC829: hue angle of 64.53º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC829 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 41 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.22 |
| HSL | 64.53º | 0.66% | 0.47% | - |
| HSV(B) | 64.53º | 0.8% | 0.78% | - |
| XYZ | 41.79 | 52.16 | 9.96 | - |
| YUV | 178.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 41 | 0.06 | 0 | 0.80 | 0.22 | 64.53 | 0.66 | 0.47 |
| Hex | BC | C8 | 29 | 6 | 0 | 50 | 16 | 41 | 42 | 2F |
| Octal | 274 | 310 | 51 | 6 | 0 | 120 | 26 | 101 | 102 | 57 |
| Binary | 10111100 | 11001000 | 101001 | 110 | 0 | 1010000 | 10110 | 1000001 | 1000010 | 101111 |
Color Harmonies of #BCC829
Complementary color
Monochromatic Colors of #BCC829
Black with #BCC829
Text Example
Text Example
White with #BCC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC829; }
p { color: rgb(188,200,41); }
H1.HeaderClassName
{
color: #BCC829;
}
.AnyTagClassName
{
color: #BCC829;
}
</style>
background-color css
<style>
a { background-color: #BCC829; }
a { background-color: rgb(188,200,41); }
div.DivClassName
{
background-color: #BCC829;
}
.BgClassName
{
background-color: #BCC829;
}
</style>
border-color css
<style>
span { border-color: #BCC829; }
span { border-color: rgb(188,200,41); }
td.TdClassName
{
border-color: #BCC829;
}
.TagClassName
{
border-color: #BCC829;
}
</style>