Shades of Rio Grande #BCC918
Tints of Rio Grande #BCC918
RGB
CMYK
RGB Variations
Color information
#BCC918 (or 0xBCC918) is known color: Rio Grande. HEX triplet: BC, C9 and 18. RGB value is (188,201,24). Sum of RGB (Red+Green+Blue) = 188+201+24=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC918 is #4336E7. Grayscale: #B1B1B1. Windows color (decimal): -4404968 or 1624508. OLE color: 1624508.
HSL color Cylindrical-coordinate representation of color #BCC918: hue angle of 64.41º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC918 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 24 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.21 |
| HSL | 64.41º | 0.79% | 0.44% | - |
| HSV(B) | 64.41º | 0.88% | 0.79% | - |
| XYZ | 41.79 | 52.53 | 8.8 | - |
| YUV | 176.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 24 | 0.06 | 0 | 0.88 | 0.21 | 64.41 | 0.79 | 0.44 |
| Hex | BC | C9 | 18 | 6 | 0 | 58 | 15 | 40 | 4F | 2C |
| Octal | 274 | 311 | 30 | 6 | 0 | 130 | 25 | 100 | 117 | 54 |
| Binary | 10111100 | 11001001 | 11000 | 110 | 0 | 1011000 | 10101 | 1000000 | 1001111 | 101100 |
Color Harmonies of #BCC918
Complementary color
Monochromatic Colors of #BCC918
Black with #BCC918
Text Example
Text Example
White with #BCC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC918; }
p { color: rgb(188,201,24); }
H1.HeaderClassName
{
color: #BCC918;
}
.AnyTagClassName
{
color: #BCC918;
}
</style>
background-color css
<style>
a { background-color: #BCC918; }
a { background-color: rgb(188,201,24); }
div.DivClassName
{
background-color: #BCC918;
}
.BgClassName
{
background-color: #BCC918;
}
</style>
border-color css
<style>
span { border-color: #BCC918; }
span { border-color: rgb(188,201,24); }
td.TdClassName
{
border-color: #BCC918;
}
.TagClassName
{
border-color: #BCC918;
}
</style>