Shades of Rio Grande #BCBC26
Tints of Rio Grande #BCBC26
RGB
CMYK
RGB Variations
Color information
#BCBC26 (or 0xBCBC26) is known color: Rio Grande. HEX triplet: BC, BC and 26. RGB value is (188,188,38). Sum of RGB (Red+Green+Blue) = 188+188+38=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC26 is #4343D9. Grayscale: #ABABAB. Windows color (decimal): -4408282 or 2538684. OLE color: 2538684.
HSL color Cylindrical-coordinate representation of color #BCBC26: hue angle of 60º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCBC26 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 38 | - |
| CMYK | 0 | 0 | 0.80 | 0.26 |
| HSL | 60º | 0.66% | 0.44% | - |
| HSV(B) | 60º | 0.8% | 0.74% | - |
| XYZ | 39.07 | 46.8 | 8.81 | - |
| YUV | 170.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 38 | 0 | 0 | 0.80 | 0.26 | 60 | 0.66 | 0.44 |
| Hex | BC | BC | 26 | 0 | 0 | 50 | 1A | 3C | 42 | 2C |
| Octal | 274 | 274 | 46 | 0 | 0 | 120 | 32 | 74 | 102 | 54 |
| Binary | 10111100 | 10111100 | 100110 | 0 | 0 | 1010000 | 11010 | 111100 | 1000010 | 101100 |
Color Harmonies of #BCBC26
Complementary color
Monochromatic Colors of #BCBC26
Black with #BCBC26
Text Example
Text Example
White with #BCBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC26; }
p { color: rgb(188,188,38); }
H1.HeaderClassName
{
color: #BCBC26;
}
.AnyTagClassName
{
color: #BCBC26;
}
</style>
background-color css
<style>
a { background-color: #BCBC26; }
a { background-color: rgb(188,188,38); }
div.DivClassName
{
background-color: #BCBC26;
}
.BgClassName
{
background-color: #BCBC26;
}
</style>
border-color css
<style>
span { border-color: #BCBC26; }
span { border-color: rgb(188,188,38); }
td.TdClassName
{
border-color: #BCBC26;
}
.TagClassName
{
border-color: #BCBC26;
}
</style>