Shades of Rio Grande #BCCC14
Tints of Rio Grande #BCCC14
RGB
CMYK
RGB Variations
Color information
#BCCC14 (or 0xBCCC14) is known color: Rio Grande. HEX triplet: BC, CC and 14. RGB value is (188,204,20). Sum of RGB (Red+Green+Blue) = 188+204+20=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC14 is #4333EB. Grayscale: #B2B2B2. Windows color (decimal): -4404204 or 1363132. OLE color: 1363132.
HSL color Cylindrical-coordinate representation of color #BCCC14: hue angle of 65.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCCC14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.2 |
| HSL | 65.22º | 0.82% | 0.44% | - |
| HSV(B) | 65.22º | 0.9% | 0.8% | - |
| XYZ | 42.46 | 53.93 | 8.83 | - |
| YUV | 178.24 | 38.7 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 20 | 0.08 | 0 | 0.90 | 0.2 | 65.22 | 0.82 | 0.44 |
| Hex | BC | CC | 14 | 8 | 0 | 5A | 14 | 41 | 52 | 2C |
| Octal | 274 | 314 | 24 | 10 | 0 | 132 | 24 | 101 | 122 | 54 |
| Binary | 10111100 | 11001100 | 10100 | 1000 | 0 | 1011010 | 10100 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BCCC14
Complementary color
Monochromatic Colors of #BCCC14
Black with #BCCC14
Text Example
Text Example
White with #BCCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC14; }
p { color: rgb(188,204,20); }
H1.HeaderClassName
{
color: #BCCC14;
}
.AnyTagClassName
{
color: #BCCC14;
}
</style>
background-color css
<style>
a { background-color: #BCCC14; }
a { background-color: rgb(188,204,20); }
div.DivClassName
{
background-color: #BCCC14;
}
.BgClassName
{
background-color: #BCCC14;
}
</style>
border-color css
<style>
span { border-color: #BCCC14; }
span { border-color: rgb(188,204,20); }
td.TdClassName
{
border-color: #BCCC14;
}
.TagClassName
{
border-color: #BCCC14;
}
</style>