Shades of Rio Grande #BCC518
Tints of Rio Grande #BCC518
RGB
CMYK
RGB Variations
Color information
#BCC518 (or 0xBCC518) is known color: Rio Grande. HEX triplet: BC, C5 and 18. RGB value is (188,197,24). Sum of RGB (Red+Green+Blue) = 188+197+24=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC518 is #433AE7. Grayscale: #AFAFAF. Windows color (decimal): -4405992 or 1623484. OLE color: 1623484.
HSL color Cylindrical-coordinate representation of color #BCC518: hue angle of 63.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC518 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 24 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.23 |
| HSL | 63.12º | 0.78% | 0.43% | - |
| HSV(B) | 63.12º | 0.88% | 0.77% | - |
| XYZ | 40.87 | 50.69 | 8.49 | - |
| YUV | 174.59 | 43.02 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 24 | 0.05 | 0 | 0.88 | 0.23 | 63.12 | 0.78 | 0.43 |
| Hex | BC | C5 | 18 | 5 | 0 | 58 | 17 | 3F | 4E | 2B |
| Octal | 274 | 305 | 30 | 5 | 0 | 130 | 27 | 77 | 116 | 53 |
| Binary | 10111100 | 11000101 | 11000 | 101 | 0 | 1011000 | 10111 | 111111 | 1001110 | 101011 |
Color Harmonies of #BCC518
Complementary color
Monochromatic Colors of #BCC518
Black with #BCC518
Text Example
Text Example
White with #BCC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC518; }
p { color: rgb(188,197,24); }
H1.HeaderClassName
{
color: #BCC518;
}
.AnyTagClassName
{
color: #BCC518;
}
</style>
background-color css
<style>
a { background-color: #BCC518; }
a { background-color: rgb(188,197,24); }
div.DivClassName
{
background-color: #BCC518;
}
.BgClassName
{
background-color: #BCC518;
}
</style>
border-color css
<style>
span { border-color: #BCC518; }
span { border-color: rgb(188,197,24); }
td.TdClassName
{
border-color: #BCC518;
}
.TagClassName
{
border-color: #BCC518;
}
</style>