Shades of Rio Grande #BCCD1C
Tints of Rio Grande #BCCD1C
RGB
CMYK
RGB Variations
Color information
#BCCD1C (or 0xBCCD1C) is known color: Rio Grande. HEX triplet: BC, CD and 1C. RGB value is (188,205,28). Sum of RGB (Red+Green+Blue) = 188+205+28=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD1C is #4332E3. Grayscale: #B4B4B4. Windows color (decimal): -4403940 or 1887676. OLE color: 1887676.
HSL color Cylindrical-coordinate representation of color #BCCD1C: hue angle of 65.76º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCCD1C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 28 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.20 |
| HSL | 65.76º | 0.76% | 0.46% | - |
| HSV(B) | 65.76º | 0.86% | 0.8% | - |
| XYZ | 42.78 | 54.44 | 9.35 | - |
| YUV | 179.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 28 | 0.08 | 0 | 0.86 | 0.20 | 65.76 | 0.76 | 0.46 |
| Hex | BC | CD | 1C | 8 | 0 | 56 | 14 | 42 | 4C | 2E |
| Octal | 274 | 315 | 34 | 10 | 0 | 126 | 24 | 102 | 114 | 56 |
| Binary | 10111100 | 11001101 | 11100 | 1000 | 0 | 1010110 | 10100 | 1000010 | 1001100 | 101110 |
Color Harmonies of #BCCD1C
Complementary color
Monochromatic Colors of #BCCD1C
Black with #BCCD1C
Text Example
Text Example
White with #BCCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD1C; }
p { color: rgb(188,205,28); }
H1.HeaderClassName
{
color: #BCCD1C;
}
.AnyTagClassName
{
color: #BCCD1C;
}
</style>
background-color css
<style>
a { background-color: #BCCD1C; }
a { background-color: rgb(188,205,28); }
div.DivClassName
{
background-color: #BCCD1C;
}
.BgClassName
{
background-color: #BCCD1C;
}
</style>
border-color css
<style>
span { border-color: #BCCD1C; }
span { border-color: rgb(188,205,28); }
td.TdClassName
{
border-color: #BCCD1C;
}
.TagClassName
{
border-color: #BCCD1C;
}
</style>