Shades of Rio Grande #BCD514
Tints of Rio Grande #BCD514
RGB
CMYK
RGB Variations
Color information
#BCD514 (or 0xBCD514) is known color: Rio Grande. HEX triplet: BC, D5 and 14. RGB value is (188,213,20). Sum of RGB (Red+Green+Blue) = 188+213+20=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD514 is #432AEB. Grayscale: #B8B8B8. Windows color (decimal): -4401900 or 1365436. OLE color: 1365436.
HSL color Cylindrical-coordinate representation of color #BCD514: hue angle of 67.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCD514 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.16 |
| HSL | 67.77º | 0.83% | 0.46% | - |
| HSV(B) | 67.77º | 0.91% | 0.84% | - |
| XYZ | 44.66 | 58.33 | 9.57 | - |
| YUV | 183.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 20 | 0.12 | 0 | 0.91 | 0.16 | 67.77 | 0.83 | 0.46 |
| Hex | BC | D5 | 14 | C | 0 | 5B | 10 | 44 | 53 | 2E |
| Octal | 274 | 325 | 24 | 14 | 0 | 133 | 20 | 104 | 123 | 56 |
| Binary | 10111100 | 11010101 | 10100 | 1100 | 0 | 1011011 | 10000 | 1000100 | 1010011 | 101110 |
Color Harmonies of #BCD514
Complementary color
Monochromatic Colors of #BCD514
Black with #BCD514
Text Example
Text Example
White with #BCD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD514; }
p { color: rgb(188,213,20); }
H1.HeaderClassName
{
color: #BCD514;
}
.AnyTagClassName
{
color: #BCD514;
}
</style>
background-color css
<style>
a { background-color: #BCD514; }
a { background-color: rgb(188,213,20); }
div.DivClassName
{
background-color: #BCD514;
}
.BgClassName
{
background-color: #BCD514;
}
</style>
border-color css
<style>
span { border-color: #BCD514; }
span { border-color: rgb(188,213,20); }
td.TdClassName
{
border-color: #BCD514;
}
.TagClassName
{
border-color: #BCD514;
}
</style>