Shades of Rio Grande #BCCC13
Tints of Rio Grande #BCCC13
RGB
CMYK
RGB Variations
Color information
#BCCC13 (or 0xBCCC13) is known color: Rio Grande. HEX triplet: BC, CC and 13. RGB value is (188,204,19). Sum of RGB (Red+Green+Blue) = 188+204+19=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC13 is #4333EC. Grayscale: #B2B2B2. Windows color (decimal): -4404205 or 1297596. OLE color: 1297596.
HSL color Cylindrical-coordinate representation of color #BCCC13: hue angle of 65.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCCC13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.2 |
| HSL | 65.19º | 0.83% | 0.44% | - |
| HSV(B) | 65.19º | 0.91% | 0.8% | - |
| XYZ | 42.45 | 53.92 | 8.79 | - |
| YUV | 178.13 | 38.2 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 19 | 0.08 | 0 | 0.91 | 0.2 | 65.19 | 0.83 | 0.44 |
| Hex | BC | CC | 13 | 8 | 0 | 5B | 14 | 41 | 53 | 2C |
| Octal | 274 | 314 | 23 | 10 | 0 | 133 | 24 | 101 | 123 | 54 |
| Binary | 10111100 | 11001100 | 10011 | 1000 | 0 | 1011011 | 10100 | 1000001 | 1010011 | 101100 |
Color Harmonies of #BCCC13
Complementary color
Monochromatic Colors of #BCCC13
Black with #BCCC13
Text Example
Text Example
White with #BCCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC13; }
p { color: rgb(188,204,19); }
H1.HeaderClassName
{
color: #BCCC13;
}
.AnyTagClassName
{
color: #BCCC13;
}
</style>
background-color css
<style>
a { background-color: #BCCC13; }
a { background-color: rgb(188,204,19); }
div.DivClassName
{
background-color: #BCCC13;
}
.BgClassName
{
background-color: #BCCC13;
}
</style>
border-color css
<style>
span { border-color: #BCCC13; }
span { border-color: rgb(188,204,19); }
td.TdClassName
{
border-color: #BCCC13;
}
.TagClassName
{
border-color: #BCCC13;
}
</style>