Shades of Rio Grande #BCD218
Tints of Rio Grande #BCD218
RGB
CMYK
RGB Variations
Color information
#BCD218 (or 0xBCD218) is known color: Rio Grande. HEX triplet: BC, D2 and 18. RGB value is (188,210,24). Sum of RGB (Red+Green+Blue) = 188+210+24=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD218 is #432DE7. Grayscale: #B6B6B6. Windows color (decimal): -4402664 or 1626812. OLE color: 1626812.
HSL color Cylindrical-coordinate representation of color #BCD218: hue angle of 67.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD218 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 24 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.18 |
| HSL | 67.1º | 0.79% | 0.46% | - |
| HSV(B) | 67.1º | 0.89% | 0.82% | - |
| XYZ | 43.95 | 56.85 | 9.52 | - |
| YUV | 182.22 | 38.71 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 24 | 0.10 | 0 | 0.89 | 0.18 | 67.1 | 0.79 | 0.46 |
| Hex | BC | D2 | 18 | A | 0 | 59 | 12 | 43 | 4F | 2E |
| Octal | 274 | 322 | 30 | 12 | 0 | 131 | 22 | 103 | 117 | 56 |
| Binary | 10111100 | 11010010 | 11000 | 1010 | 0 | 1011001 | 10010 | 1000011 | 1001111 | 101110 |
Color Harmonies of #BCD218
Complementary color
Monochromatic Colors of #BCD218
Black with #BCD218
Text Example
Text Example
White with #BCD218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD218; }
p { color: rgb(188,210,24); }
H1.HeaderClassName
{
color: #BCD218;
}
.AnyTagClassName
{
color: #BCD218;
}
</style>
background-color css
<style>
a { background-color: #BCD218; }
a { background-color: rgb(188,210,24); }
div.DivClassName
{
background-color: #BCD218;
}
.BgClassName
{
background-color: #BCD218;
}
</style>
border-color css
<style>
span { border-color: #BCD218; }
span { border-color: rgb(188,210,24); }
td.TdClassName
{
border-color: #BCD218;
}
.TagClassName
{
border-color: #BCD218;
}
</style>