Shades of Rio Grande #BCCF0F
Tints of Rio Grande #BCCF0F
RGB
CMYK
RGB Variations
Color information
#BCCF0F (or 0xBCCF0F) is known color: Rio Grande. HEX triplet: BC, CF and 0F. RGB value is (188,207,15). Sum of RGB (Red+Green+Blue) = 188+207+15=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF0F is #4330F0. Grayscale: #B4B4B4. Windows color (decimal): -4403441 or 1036220. OLE color: 1036220.
HSL color Cylindrical-coordinate representation of color #BCCF0F: hue angle of 65.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCCF0F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.19 |
| HSL | 65.94º | 0.86% | 0.44% | - |
| HSV(B) | 65.94º | 0.93% | 0.81% | - |
| XYZ | 43.14 | 55.35 | 8.86 | - |
| YUV | 179.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 15 | 0.09 | 0 | 0.93 | 0.19 | 65.94 | 0.86 | 0.44 |
| Hex | BC | CF | F | 9 | 0 | 5D | 13 | 42 | 56 | 2C |
| Octal | 274 | 317 | 17 | 11 | 0 | 135 | 23 | 102 | 126 | 54 |
| Binary | 10111100 | 11001111 | 1111 | 1001 | 0 | 1011101 | 10011 | 1000010 | 1010110 | 101100 |
Color Harmonies of #BCCF0F
Complementary color
Monochromatic Colors of #BCCF0F
Black with #BCCF0F
Text Example
Text Example
White with #BCCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF0F; }
p { color: rgb(188,207,15); }
H1.HeaderClassName
{
color: #BCCF0F;
}
.AnyTagClassName
{
color: #BCCF0F;
}
</style>
background-color css
<style>
a { background-color: #BCCF0F; }
a { background-color: rgb(188,207,15); }
div.DivClassName
{
background-color: #BCCF0F;
}
.BgClassName
{
background-color: #BCCF0F;
}
</style>
border-color css
<style>
span { border-color: #BCCF0F; }
span { border-color: rgb(188,207,15); }
td.TdClassName
{
border-color: #BCCF0F;
}
.TagClassName
{
border-color: #BCCF0F;
}
</style>