Shades of Rio Grande #BCD513
Tints of Rio Grande #BCD513
RGB
CMYK
RGB Variations
Color information
#BCD513 (or 0xBCD513) is known color: Rio Grande. HEX triplet: BC, D5 and 13. RGB value is (188,213,19). Sum of RGB (Red+Green+Blue) = 188+213+19=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD513 is #432AEC. Grayscale: #B8B8B8. Windows color (decimal): -4401901 or 1299900. OLE color: 1299900.
HSL color Cylindrical-coordinate representation of color #BCD513: hue angle of 67.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCD513 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 19 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.16 |
| HSL | 67.73º | 0.84% | 0.45% | - |
| HSV(B) | 67.73º | 0.91% | 0.84% | - |
| XYZ | 44.65 | 58.33 | 9.52 | - |
| YUV | 183.41 | 35.22 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 19 | 0.12 | 0 | 0.91 | 0.16 | 67.73 | 0.84 | 0.45 |
| Hex | BC | D5 | 13 | C | 0 | 5B | 10 | 44 | 54 | 2D |
| Octal | 274 | 325 | 23 | 14 | 0 | 133 | 20 | 104 | 124 | 55 |
| Binary | 10111100 | 11010101 | 10011 | 1100 | 0 | 1011011 | 10000 | 1000100 | 1010100 | 101101 |
Color Harmonies of #BCD513
Complementary color
Monochromatic Colors of #BCD513
Black with #BCD513
Text Example
Text Example
White with #BCD513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD513; }
p { color: rgb(188,213,19); }
H1.HeaderClassName
{
color: #BCD513;
}
.AnyTagClassName
{
color: #BCD513;
}
</style>
background-color css
<style>
a { background-color: #BCD513; }
a { background-color: rgb(188,213,19); }
div.DivClassName
{
background-color: #BCD513;
}
.BgClassName
{
background-color: #BCD513;
}
</style>
border-color css
<style>
span { border-color: #BCD513; }
span { border-color: rgb(188,213,19); }
td.TdClassName
{
border-color: #BCD513;
}
.TagClassName
{
border-color: #BCD513;
}
</style>