Shades of Rio Grande #BCD515
Tints of Rio Grande #BCD515
RGB
CMYK
RGB Variations
Color information
#BCD515 (or 0xBCD515) is known color: Rio Grande. HEX triplet: BC, D5 and 15. RGB value is (188,213,21). Sum of RGB (Red+Green+Blue) = 188+213+21=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD515 is #432AEA. Grayscale: #B8B8B8. Windows color (decimal): -4401899 or 1430972. OLE color: 1430972.
HSL color Cylindrical-coordinate representation of color #BCD515: hue angle of 67.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCD515 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.16 |
| HSL | 67.81º | 0.82% | 0.46% | - |
| HSV(B) | 67.81º | 0.9% | 0.84% | - |
| XYZ | 44.67 | 58.33 | 9.61 | - |
| YUV | 183.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 21 | 0.12 | 0 | 0.90 | 0.16 | 67.81 | 0.82 | 0.46 |
| Hex | BC | D5 | 15 | C | 0 | 5A | 10 | 44 | 52 | 2E |
| Octal | 274 | 325 | 25 | 14 | 0 | 132 | 20 | 104 | 122 | 56 |
| Binary | 10111100 | 11010101 | 10101 | 1100 | 0 | 1011010 | 10000 | 1000100 | 1010010 | 101110 |
Color Harmonies of #BCD515
Complementary color
Monochromatic Colors of #BCD515
Black with #BCD515
Text Example
Text Example
White with #BCD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD515; }
p { color: rgb(188,213,21); }
H1.HeaderClassName
{
color: #BCD515;
}
.AnyTagClassName
{
color: #BCD515;
}
</style>
background-color css
<style>
a { background-color: #BCD515; }
a { background-color: rgb(188,213,21); }
div.DivClassName
{
background-color: #BCD515;
}
.BgClassName
{
background-color: #BCD515;
}
</style>
border-color css
<style>
span { border-color: #BCD515; }
span { border-color: rgb(188,213,21); }
td.TdClassName
{
border-color: #BCD515;
}
.TagClassName
{
border-color: #BCD515;
}
</style>