Shades of Rio Grande #BCCC10
Tints of Rio Grande #BCCC10
RGB
CMYK
RGB Variations
Color information
#BCCC10 (or 0xBCCC10) is known color: Rio Grande. HEX triplet: BC, CC and 10. RGB value is (188,204,16). Sum of RGB (Red+Green+Blue) = 188+204+16=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC10 is #4333EF. Grayscale: #B2B2B2. Windows color (decimal): -4404208 or 1100988. OLE color: 1100988.
HSL color Cylindrical-coordinate representation of color #BCCC10: hue angle of 65.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCCC10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.2 |
| HSL | 65.11º | 0.85% | 0.43% | - |
| HSV(B) | 65.11º | 0.92% | 0.8% | - |
| XYZ | 42.43 | 53.91 | 8.66 | - |
| YUV | 177.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 16 | 0.08 | 0 | 0.92 | 0.2 | 65.11 | 0.85 | 0.43 |
| Hex | BC | CC | 10 | 8 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 274 | 314 | 20 | 10 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111100 | 11001100 | 10000 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BCCC10
Complementary color
Monochromatic Colors of #BCCC10
Black with #BCCC10
Text Example
Text Example
White with #BCCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC10; }
p { color: rgb(188,204,16); }
H1.HeaderClassName
{
color: #BCCC10;
}
.AnyTagClassName
{
color: #BCCC10;
}
</style>
background-color css
<style>
a { background-color: #BCCC10; }
a { background-color: rgb(188,204,16); }
div.DivClassName
{
background-color: #BCCC10;
}
.BgClassName
{
background-color: #BCCC10;
}
</style>
border-color css
<style>
span { border-color: #BCCC10; }
span { border-color: rgb(188,204,16); }
td.TdClassName
{
border-color: #BCCC10;
}
.TagClassName
{
border-color: #BCCC10;
}
</style>