Shades of Rio Grande #BCC316
Tints of Rio Grande #BCC316
RGB
CMYK
RGB Variations
Color information
#BCC316 (or 0xBCC316) is known color: Rio Grande. HEX triplet: BC, C3 and 16. RGB value is (188,195,22). Sum of RGB (Red+Green+Blue) = 188+195+22=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC316 is #433CE9. Grayscale: #ADADAD. Windows color (decimal): -4406506 or 1491900. OLE color: 1491900.
HSL color Cylindrical-coordinate representation of color #BCC316: hue angle of 62.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC316 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 22 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.24 |
| HSL | 62.43º | 0.8% | 0.43% | - |
| HSV(B) | 62.43º | 0.89% | 0.76% | - |
| XYZ | 40.4 | 49.78 | 8.24 | - |
| YUV | 173.19 | 42.68 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 22 | 0.04 | 0 | 0.89 | 0.24 | 62.43 | 0.8 | 0.43 |
| Hex | BC | C3 | 16 | 4 | 0 | 59 | 18 | 3E | 50 | 2B |
| Octal | 274 | 303 | 26 | 4 | 0 | 131 | 30 | 76 | 120 | 53 |
| Binary | 10111100 | 11000011 | 10110 | 100 | 0 | 1011001 | 11000 | 111110 | 1010000 | 101011 |
Color Harmonies of #BCC316
Complementary color
Monochromatic Colors of #BCC316
Black with #BCC316
Text Example
Text Example
White with #BCC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC316; }
p { color: rgb(188,195,22); }
H1.HeaderClassName
{
color: #BCC316;
}
.AnyTagClassName
{
color: #BCC316;
}
</style>
background-color css
<style>
a { background-color: #BCC316; }
a { background-color: rgb(188,195,22); }
div.DivClassName
{
background-color: #BCC316;
}
.BgClassName
{
background-color: #BCC316;
}
</style>
border-color css
<style>
span { border-color: #BCC316; }
span { border-color: rgb(188,195,22); }
td.TdClassName
{
border-color: #BCC316;
}
.TagClassName
{
border-color: #BCC316;
}
</style>