Shades of Rio Grande #BCBC21
Tints of Rio Grande #BCBC21
RGB
CMYK
RGB Variations
Color information
#BCBC21 (or 0xBCBC21) is known color: Rio Grande. HEX triplet: BC, BC and 21. RGB value is (188,188,33). Sum of RGB (Red+Green+Blue) = 188+188+33=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC21 is #4343DE. Grayscale: #AAAAAA. Windows color (decimal): -4408287 or 2211004. OLE color: 2211004.
HSL color Cylindrical-coordinate representation of color #BCBC21: hue angle of 60º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCBC21 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 33 | - |
| CMYK | 0 | 0 | 0.82 | 0.26 |
| HSL | 60º | 0.7% | 0.43% | - |
| HSV(B) | 60º | 0.82% | 0.74% | - |
| XYZ | 39 | 46.77 | 8.41 | - |
| YUV | 170.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 33 | 0 | 0 | 0.82 | 0.26 | 60 | 0.7 | 0.43 |
| Hex | BC | BC | 21 | 0 | 0 | 52 | 1A | 3C | 46 | 2B |
| Octal | 274 | 274 | 41 | 0 | 0 | 122 | 32 | 74 | 106 | 53 |
| Binary | 10111100 | 10111100 | 100001 | 0 | 0 | 1010010 | 11010 | 111100 | 1000110 | 101011 |
Color Harmonies of #BCBC21
Complementary color
Monochromatic Colors of #BCBC21
Black with #BCBC21
Text Example
Text Example
White with #BCBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC21; }
p { color: rgb(188,188,33); }
H1.HeaderClassName
{
color: #BCBC21;
}
.AnyTagClassName
{
color: #BCBC21;
}
</style>
background-color css
<style>
a { background-color: #BCBC21; }
a { background-color: rgb(188,188,33); }
div.DivClassName
{
background-color: #BCBC21;
}
.BgClassName
{
background-color: #BCBC21;
}
</style>
border-color css
<style>
span { border-color: #BCBC21; }
span { border-color: rgb(188,188,33); }
td.TdClassName
{
border-color: #BCBC21;
}
.TagClassName
{
border-color: #BCBC21;
}
</style>