Shades of Rio Grande #BCBC29
Tints of Rio Grande #BCBC29
RGB
CMYK
RGB Variations
Color information
#BCBC29 (or 0xBCBC29) is known color: Rio Grande. HEX triplet: BC, BC and 29. RGB value is (188,188,41). Sum of RGB (Red+Green+Blue) = 188+188+41=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC29 is #4343D6. Grayscale: #ABABAB. Windows color (decimal): -4408279 or 2735292. OLE color: 2735292.
HSL color Cylindrical-coordinate representation of color #BCBC29: hue angle of 60º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCBC29 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 41 | - |
| CMYK | 0 | 0 | 0.78 | 0.26 |
| HSL | 60º | 0.64% | 0.45% | - |
| HSV(B) | 60º | 0.78% | 0.74% | - |
| XYZ | 39.12 | 46.82 | 9.07 | - |
| YUV | 171.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 41 | 0 | 0 | 0.78 | 0.26 | 60 | 0.64 | 0.45 |
| Hex | BC | BC | 29 | 0 | 0 | 4E | 1A | 3C | 40 | 2D |
| Octal | 274 | 274 | 51 | 0 | 0 | 116 | 32 | 74 | 100 | 55 |
| Binary | 10111100 | 10111100 | 101001 | 0 | 0 | 1001110 | 11010 | 111100 | 1000000 | 101101 |
Color Harmonies of #BCBC29
Complementary color
Monochromatic Colors of #BCBC29
Black with #BCBC29
Text Example
Text Example
White with #BCBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC29; }
p { color: rgb(188,188,41); }
H1.HeaderClassName
{
color: #BCBC29;
}
.AnyTagClassName
{
color: #BCBC29;
}
</style>
background-color css
<style>
a { background-color: #BCBC29; }
a { background-color: rgb(188,188,41); }
div.DivClassName
{
background-color: #BCBC29;
}
.BgClassName
{
background-color: #BCBC29;
}
</style>
border-color css
<style>
span { border-color: #BCBC29; }
span { border-color: rgb(188,188,41); }
td.TdClassName
{
border-color: #BCBC29;
}
.TagClassName
{
border-color: #BCBC29;
}
</style>