Shades of Rio Grande #BCD30D
Tints of Rio Grande #BCD30D
RGB
CMYK
RGB Variations
Color information
#BCD30D (or 0xBCD30D) is known color: Rio Grande. HEX triplet: BC, D3 and 0D. RGB value is (188,211,13). Sum of RGB (Red+Green+Blue) = 188+211+13=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD30D is #432CF2. Grayscale: #B6B6B6. Windows color (decimal): -4402419 or 906172. OLE color: 906172.
HSL color Cylindrical-coordinate representation of color #BCD30D: hue angle of 66.97º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD30D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.17 |
| HSL | 66.97º | 0.88% | 0.44% | - |
| HSV(B) | 66.97º | 0.94% | 0.83% | - |
| XYZ | 44.11 | 57.31 | 9.12 | - |
| YUV | 181.55 | 32.88 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 13 | 0.11 | 0 | 0.94 | 0.17 | 66.97 | 0.88 | 0.44 |
| Hex | BC | D3 | D | B | 0 | 5E | 11 | 43 | 58 | 2C |
| Octal | 274 | 323 | 15 | 13 | 0 | 136 | 21 | 103 | 130 | 54 |
| Binary | 10111100 | 11010011 | 1101 | 1011 | 0 | 1011110 | 10001 | 1000011 | 1011000 | 101100 |
Color Harmonies of #BCD30D
Complementary color
Monochromatic Colors of #BCD30D
Black with #BCD30D
Text Example
Text Example
White with #BCD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD30D; }
p { color: rgb(188,211,13); }
H1.HeaderClassName
{
color: #BCD30D;
}
.AnyTagClassName
{
color: #BCD30D;
}
</style>
background-color css
<style>
a { background-color: #BCD30D; }
a { background-color: rgb(188,211,13); }
div.DivClassName
{
background-color: #BCD30D;
}
.BgClassName
{
background-color: #BCD30D;
}
</style>
border-color css
<style>
span { border-color: #BCD30D; }
span { border-color: rgb(188,211,13); }
td.TdClassName
{
border-color: #BCD30D;
}
.TagClassName
{
border-color: #BCD30D;
}
</style>