Shades of Rio Grande #BCD00F
Tints of Rio Grande #BCD00F
RGB
CMYK
RGB Variations
Color information
#BCD00F (or 0xBCD00F) is known color: Rio Grande. HEX triplet: BC, D0 and 0F. RGB value is (188,208,15). Sum of RGB (Red+Green+Blue) = 188+208+15=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD00F is #432FF0. Grayscale: #B4B4B4. Windows color (decimal): -4403185 or 1036476. OLE color: 1036476.
HSL color Cylindrical-coordinate representation of color #BCD00F: hue angle of 66.22º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD00F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.18 |
| HSL | 66.22º | 0.87% | 0.44% | - |
| HSV(B) | 66.22º | 0.93% | 0.82% | - |
| XYZ | 43.38 | 55.84 | 8.94 | - |
| YUV | 180.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 15 | 0.10 | 0 | 0.93 | 0.18 | 66.22 | 0.87 | 0.44 |
| Hex | BC | D0 | F | A | 0 | 5D | 12 | 42 | 57 | 2C |
| Octal | 274 | 320 | 17 | 12 | 0 | 135 | 22 | 102 | 127 | 54 |
| Binary | 10111100 | 11010000 | 1111 | 1010 | 0 | 1011101 | 10010 | 1000010 | 1010111 | 101100 |
Color Harmonies of #BCD00F
Complementary color
Monochromatic Colors of #BCD00F
Black with #BCD00F
Text Example
Text Example
White with #BCD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD00F; }
p { color: rgb(188,208,15); }
H1.HeaderClassName
{
color: #BCD00F;
}
.AnyTagClassName
{
color: #BCD00F;
}
</style>
background-color css
<style>
a { background-color: #BCD00F; }
a { background-color: rgb(188,208,15); }
div.DivClassName
{
background-color: #BCD00F;
}
.BgClassName
{
background-color: #BCD00F;
}
</style>
border-color css
<style>
span { border-color: #BCD00F; }
span { border-color: rgb(188,208,15); }
td.TdClassName
{
border-color: #BCD00F;
}
.TagClassName
{
border-color: #BCD00F;
}
</style>