Shades of Rio Grande #BCCE0F
Tints of Rio Grande #BCCE0F
RGB
CMYK
RGB Variations
Color information
#BCCE0F (or 0xBCCE0F) is known color: Rio Grande. HEX triplet: BC, CE and 0F. RGB value is (188,206,15). Sum of RGB (Red+Green+Blue) = 188+206+15=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE0F is #4331F0. Grayscale: #B3B3B3. Windows color (decimal): -4403697 or 1035964. OLE color: 1035964.
HSL color Cylindrical-coordinate representation of color #BCCE0F: hue angle of 65.65º degrees, saturation: 0.86, 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 #BCCE0F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.19 |
| HSL | 65.65º | 0.86% | 0.43% | - |
| HSV(B) | 65.65º | 0.93% | 0.81% | - |
| XYZ | 42.9 | 54.87 | 8.78 | - |
| YUV | 178.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 15 | 0.09 | 0 | 0.93 | 0.19 | 65.65 | 0.86 | 0.43 |
| Hex | BC | CE | F | 9 | 0 | 5D | 13 | 42 | 56 | 2B |
| Octal | 274 | 316 | 17 | 11 | 0 | 135 | 23 | 102 | 126 | 53 |
| Binary | 10111100 | 11001110 | 1111 | 1001 | 0 | 1011101 | 10011 | 1000010 | 1010110 | 101011 |
Color Harmonies of #BCCE0F
Complementary color
Monochromatic Colors of #BCCE0F
Black with #BCCE0F
Text Example
Text Example
White with #BCCE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE0F; }
p { color: rgb(188,206,15); }
H1.HeaderClassName
{
color: #BCCE0F;
}
.AnyTagClassName
{
color: #BCCE0F;
}
</style>
background-color css
<style>
a { background-color: #BCCE0F; }
a { background-color: rgb(188,206,15); }
div.DivClassName
{
background-color: #BCCE0F;
}
.BgClassName
{
background-color: #BCCE0F;
}
</style>
border-color css
<style>
span { border-color: #BCCE0F; }
span { border-color: rgb(188,206,15); }
td.TdClassName
{
border-color: #BCCE0F;
}
.TagClassName
{
border-color: #BCCE0F;
}
</style>