Shades of Rio Grande #BCD10D
Tints of Rio Grande #BCD10D
RGB
CMYK
RGB Variations
Color information
#BCD10D (or 0xBCD10D) is known color: Rio Grande. HEX triplet: BC, D1 and 0D. RGB value is (188,209,13). Sum of RGB (Red+Green+Blue) = 188+209+13=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD10D is #432EF2. Grayscale: #B5B5B5. Windows color (decimal): -4402931 or 905660. OLE color: 905660.
HSL color Cylindrical-coordinate representation of color #BCD10D: hue angle of 66.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD10D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.18 |
| HSL | 66.43º | 0.88% | 0.44% | - |
| HSV(B) | 66.43º | 0.94% | 0.82% | - |
| XYZ | 43.61 | 56.32 | 8.95 | - |
| YUV | 180.38 | 33.54 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 13 | 0.10 | 0 | 0.94 | 0.18 | 66.43 | 0.88 | 0.44 |
| Hex | BC | D1 | D | A | 0 | 5E | 12 | 42 | 58 | 2C |
| Octal | 274 | 321 | 15 | 12 | 0 | 136 | 22 | 102 | 130 | 54 |
| Binary | 10111100 | 11010001 | 1101 | 1010 | 0 | 1011110 | 10010 | 1000010 | 1011000 | 101100 |
Color Harmonies of #BCD10D
Complementary color
Monochromatic Colors of #BCD10D
Black with #BCD10D
Text Example
Text Example
White with #BCD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD10D; }
p { color: rgb(188,209,13); }
H1.HeaderClassName
{
color: #BCD10D;
}
.AnyTagClassName
{
color: #BCD10D;
}
</style>
background-color css
<style>
a { background-color: #BCD10D; }
a { background-color: rgb(188,209,13); }
div.DivClassName
{
background-color: #BCD10D;
}
.BgClassName
{
background-color: #BCD10D;
}
</style>
border-color css
<style>
span { border-color: #BCD10D; }
span { border-color: rgb(188,209,13); }
td.TdClassName
{
border-color: #BCD10D;
}
.TagClassName
{
border-color: #BCD10D;
}
</style>