Shades of Rio Grande #BCD21D
Tints of Rio Grande #BCD21D
RGB
CMYK
RGB Variations
Color information
#BCD21D (or 0xBCD21D) is known color: Rio Grande. HEX triplet: BC, D2 and 1D. RGB value is (188,210,29). Sum of RGB (Red+Green+Blue) = 188+210+29=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD21D is #432DE2. Grayscale: #B7B7B7. Windows color (decimal): -4402659 or 1954492. OLE color: 1954492.
HSL color Cylindrical-coordinate representation of color #BCD21D: hue angle of 67.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCD21D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 29 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.18 |
| HSL | 67.29º | 0.76% | 0.47% | - |
| HSV(B) | 67.29º | 0.86% | 0.82% | - |
| XYZ | 44.01 | 56.87 | 9.82 | - |
| YUV | 182.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 29 | 0.10 | 0 | 0.86 | 0.18 | 67.29 | 0.76 | 0.47 |
| Hex | BC | D2 | 1D | A | 0 | 56 | 12 | 43 | 4C | 2F |
| Octal | 274 | 322 | 35 | 12 | 0 | 126 | 22 | 103 | 114 | 57 |
| Binary | 10111100 | 11010010 | 11101 | 1010 | 0 | 1010110 | 10010 | 1000011 | 1001100 | 101111 |
Color Harmonies of #BCD21D
Complementary color
Monochromatic Colors of #BCD21D
Black with #BCD21D
Text Example
Text Example
White with #BCD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD21D; }
p { color: rgb(188,210,29); }
H1.HeaderClassName
{
color: #BCD21D;
}
.AnyTagClassName
{
color: #BCD21D;
}
</style>
background-color css
<style>
a { background-color: #BCD21D; }
a { background-color: rgb(188,210,29); }
div.DivClassName
{
background-color: #BCD21D;
}
.BgClassName
{
background-color: #BCD21D;
}
</style>
border-color css
<style>
span { border-color: #BCD21D; }
span { border-color: rgb(188,210,29); }
td.TdClassName
{
border-color: #BCD21D;
}
.TagClassName
{
border-color: #BCD21D;
}
</style>