Shades of Rio Grande #BCCF0E
Tints of Rio Grande #BCCF0E
RGB
CMYK
RGB Variations
Color information
#BCCF0E (or 0xBCCF0E) is known color: Rio Grande. HEX triplet: BC, CF and 0E. RGB value is (188,207,14). Sum of RGB (Red+Green+Blue) = 188+207+14=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF0E is #4330F1. Grayscale: #B4B4B4. Windows color (decimal): -4403442 or 970684. OLE color: 970684.
HSL color Cylindrical-coordinate representation of color #BCCF0E: hue angle of 65.91º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCCF0E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 14 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.19 |
| HSL | 65.91º | 0.87% | 0.43% | - |
| HSV(B) | 65.91º | 0.93% | 0.81% | - |
| XYZ | 43.13 | 55.35 | 8.83 | - |
| YUV | 179.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 14 | 0.09 | 0 | 0.93 | 0.19 | 65.91 | 0.87 | 0.43 |
| Hex | BC | CF | E | 9 | 0 | 5D | 13 | 42 | 57 | 2B |
| Octal | 274 | 317 | 16 | 11 | 0 | 135 | 23 | 102 | 127 | 53 |
| Binary | 10111100 | 11001111 | 1110 | 1001 | 0 | 1011101 | 10011 | 1000010 | 1010111 | 101011 |
Color Harmonies of #BCCF0E
Complementary color
Monochromatic Colors of #BCCF0E
Black with #BCCF0E
Text Example
Text Example
White with #BCCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF0E; }
p { color: rgb(188,207,14); }
H1.HeaderClassName
{
color: #BCCF0E;
}
.AnyTagClassName
{
color: #BCCF0E;
}
</style>
background-color css
<style>
a { background-color: #BCCF0E; }
a { background-color: rgb(188,207,14); }
div.DivClassName
{
background-color: #BCCF0E;
}
.BgClassName
{
background-color: #BCCF0E;
}
</style>
border-color css
<style>
span { border-color: #BCCF0E; }
span { border-color: rgb(188,207,14); }
td.TdClassName
{
border-color: #BCCF0E;
}
.TagClassName
{
border-color: #BCCF0E;
}
</style>