Shades of Rio Grande #BCCD0F
Tints of Rio Grande #BCCD0F
RGB
CMYK
RGB Variations
Color information
#BCCD0F (or 0xBCCD0F) is known color: Rio Grande. HEX triplet: BC, CD and 0F. RGB value is (188,205,15). Sum of RGB (Red+Green+Blue) = 188+205+15=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD0F is #4332F0. Grayscale: #B3B3B3. Windows color (decimal): -4403953 or 1035708. OLE color: 1035708.
HSL color Cylindrical-coordinate representation of color #BCCD0F: hue angle of 65.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCCD0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.20 |
| HSL | 65.37º | 0.86% | 0.43% | - |
| HSV(B) | 65.37º | 0.93% | 0.8% | - |
| XYZ | 42.66 | 54.39 | 8.7 | - |
| YUV | 178.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 15 | 0.08 | 0 | 0.93 | 0.20 | 65.37 | 0.86 | 0.43 |
| Hex | BC | CD | F | 8 | 0 | 5D | 14 | 41 | 56 | 2B |
| Octal | 274 | 315 | 17 | 10 | 0 | 135 | 24 | 101 | 126 | 53 |
| Binary | 10111100 | 11001101 | 1111 | 1000 | 0 | 1011101 | 10100 | 1000001 | 1010110 | 101011 |
Color Harmonies of #BCCD0F
Complementary color
Monochromatic Colors of #BCCD0F
Black with #BCCD0F
Text Example
Text Example
White with #BCCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD0F; }
p { color: rgb(188,205,15); }
H1.HeaderClassName
{
color: #BCCD0F;
}
.AnyTagClassName
{
color: #BCCD0F;
}
</style>
background-color css
<style>
a { background-color: #BCCD0F; }
a { background-color: rgb(188,205,15); }
div.DivClassName
{
background-color: #BCCD0F;
}
.BgClassName
{
background-color: #BCCD0F;
}
</style>
border-color css
<style>
span { border-color: #BCCD0F; }
span { border-color: rgb(188,205,15); }
td.TdClassName
{
border-color: #BCCD0F;
}
.TagClassName
{
border-color: #BCCD0F;
}
</style>