Shades of Rio Grande #BCD01D
Tints of Rio Grande #BCD01D
RGB
CMYK
RGB Variations
Color information
#BCD01D (or 0xBCD01D) is known color: Rio Grande. HEX triplet: BC, D0 and 1D. RGB value is (188,208,29). Sum of RGB (Red+Green+Blue) = 188+208+29=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD01D is #432FE2. Grayscale: #B6B6B6. Windows color (decimal): -4403171 or 1953980. OLE color: 1953980.
HSL color Cylindrical-coordinate representation of color #BCD01D: hue angle of 66.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCD01D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 29 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.18 |
| HSL | 66.7º | 0.76% | 0.46% | - |
| HSV(B) | 66.7º | 0.86% | 0.82% | - |
| XYZ | 43.52 | 55.89 | 9.66 | - |
| YUV | 181.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 29 | 0.10 | 0 | 0.86 | 0.18 | 66.7 | 0.76 | 0.46 |
| Hex | BC | D0 | 1D | A | 0 | 56 | 12 | 43 | 4C | 2E |
| Octal | 274 | 320 | 35 | 12 | 0 | 126 | 22 | 103 | 114 | 56 |
| Binary | 10111100 | 11010000 | 11101 | 1010 | 0 | 1010110 | 10010 | 1000011 | 1001100 | 101110 |
Color Harmonies of #BCD01D
Complementary color
Monochromatic Colors of #BCD01D
Black with #BCD01D
Text Example
Text Example
White with #BCD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD01D; }
p { color: rgb(188,208,29); }
H1.HeaderClassName
{
color: #BCD01D;
}
.AnyTagClassName
{
color: #BCD01D;
}
</style>
background-color css
<style>
a { background-color: #BCD01D; }
a { background-color: rgb(188,208,29); }
div.DivClassName
{
background-color: #BCD01D;
}
.BgClassName
{
background-color: #BCD01D;
}
</style>
border-color css
<style>
span { border-color: #BCD01D; }
span { border-color: rgb(188,208,29); }
td.TdClassName
{
border-color: #BCD01D;
}
.TagClassName
{
border-color: #BCD01D;
}
</style>