Shades of Rio Grande #BCCF14
Tints of Rio Grande #BCCF14
RGB
CMYK
RGB Variations
Color information
#BCCF14 (or 0xBCCF14) is known color: Rio Grande. HEX triplet: BC, CF and 14. RGB value is (188,207,20). Sum of RGB (Red+Green+Blue) = 188+207+20=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF14 is #4330EB. Grayscale: #B4B4B4. Windows color (decimal): -4403436 or 1363900. OLE color: 1363900.
HSL color Cylindrical-coordinate representation of color #BCCF14: hue angle of 66.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCCF14 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 20 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.19 |
| HSL | 66.1º | 0.82% | 0.45% | - |
| HSV(B) | 66.1º | 0.9% | 0.81% | - |
| XYZ | 43.18 | 55.37 | 9.07 | - |
| YUV | 180 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 20 | 0.09 | 0 | 0.90 | 0.19 | 66.1 | 0.82 | 0.45 |
| Hex | BC | CF | 14 | 9 | 0 | 5A | 13 | 42 | 52 | 2D |
| Octal | 274 | 317 | 24 | 11 | 0 | 132 | 23 | 102 | 122 | 55 |
| Binary | 10111100 | 11001111 | 10100 | 1001 | 0 | 1011010 | 10011 | 1000010 | 1010010 | 101101 |
Color Harmonies of #BCCF14
Complementary color
Monochromatic Colors of #BCCF14
Black with #BCCF14
Text Example
Text Example
White with #BCCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF14; }
p { color: rgb(188,207,20); }
H1.HeaderClassName
{
color: #BCCF14;
}
.AnyTagClassName
{
color: #BCCF14;
}
</style>
background-color css
<style>
a { background-color: #BCCF14; }
a { background-color: rgb(188,207,20); }
div.DivClassName
{
background-color: #BCCF14;
}
.BgClassName
{
background-color: #BCCF14;
}
</style>
border-color css
<style>
span { border-color: #BCCF14; }
span { border-color: rgb(188,207,20); }
td.TdClassName
{
border-color: #BCCF14;
}
.TagClassName
{
border-color: #BCCF14;
}
</style>