Shades of Rio Grande #BCD50A
Tints of Rio Grande #BCD50A
RGB
CMYK
RGB Variations
Color information
#BCD50A (or 0xBCD50A) is known color: Rio Grande. HEX triplet: BC, D5 and 0A. RGB value is (188,213,10). Sum of RGB (Red+Green+Blue) = 188+213+10=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD50A is #432AF5. Grayscale: #B7B7B7. Windows color (decimal): -4401910 or 710076. OLE color: 710076.
HSL color Cylindrical-coordinate representation of color #BCD50A: hue angle of 67.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCD50A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.16 |
| HSL | 67.39º | 0.91% | 0.44% | - |
| HSV(B) | 67.39º | 0.95% | 0.84% | - |
| XYZ | 44.59 | 58.3 | 9.19 | - |
| YUV | 182.38 | 30.72 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 10 | 0.12 | 0 | 0.95 | 0.16 | 67.39 | 0.91 | 0.44 |
| Hex | BC | D5 | A | C | 0 | 5F | 10 | 43 | 5B | 2C |
| Octal | 274 | 325 | 12 | 14 | 0 | 137 | 20 | 103 | 133 | 54 |
| Binary | 10111100 | 11010101 | 1010 | 1100 | 0 | 1011111 | 10000 | 1000011 | 1011011 | 101100 |
Color Harmonies of #BCD50A
Complementary color
Monochromatic Colors of #BCD50A
Black with #BCD50A
Text Example
Text Example
White with #BCD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD50A; }
p { color: rgb(188,213,10); }
H1.HeaderClassName
{
color: #BCD50A;
}
.AnyTagClassName
{
color: #BCD50A;
}
</style>
background-color css
<style>
a { background-color: #BCD50A; }
a { background-color: rgb(188,213,10); }
div.DivClassName
{
background-color: #BCD50A;
}
.BgClassName
{
background-color: #BCD50A;
}
</style>
border-color css
<style>
span { border-color: #BCD50A; }
span { border-color: rgb(188,213,10); }
td.TdClassName
{
border-color: #BCD50A;
}
.TagClassName
{
border-color: #BCD50A;
}
</style>