Shades of Rio Grande #BCCB15
Tints of Rio Grande #BCCB15
RGB
CMYK
RGB Variations
Color information
#BCCB15 (or 0xBCCB15) is known color: Rio Grande. HEX triplet: BC, CB and 15. RGB value is (188,203,21). Sum of RGB (Red+Green+Blue) = 188+203+21=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB15 is #4334EA. Grayscale: #B2B2B2. Windows color (decimal): -4404459 or 1428412. OLE color: 1428412.
HSL color Cylindrical-coordinate representation of color #BCCB15: hue angle of 64.95º degrees, saturation: 0.81, 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 #BCCB15 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 21 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.20 |
| HSL | 64.95º | 0.81% | 0.44% | - |
| HSV(B) | 64.95º | 0.9% | 0.8% | - |
| XYZ | 42.23 | 53.46 | 8.8 | - |
| YUV | 177.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 21 | 0.07 | 0 | 0.90 | 0.20 | 64.95 | 0.81 | 0.44 |
| Hex | BC | CB | 15 | 7 | 0 | 5A | 14 | 41 | 51 | 2C |
| Octal | 274 | 313 | 25 | 7 | 0 | 132 | 24 | 101 | 121 | 54 |
| Binary | 10111100 | 11001011 | 10101 | 111 | 0 | 1011010 | 10100 | 1000001 | 1010001 | 101100 |
Color Harmonies of #BCCB15
Complementary color
Monochromatic Colors of #BCCB15
Black with #BCCB15
Text Example
Text Example
White with #BCCB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB15; }
p { color: rgb(188,203,21); }
H1.HeaderClassName
{
color: #BCCB15;
}
.AnyTagClassName
{
color: #BCCB15;
}
</style>
background-color css
<style>
a { background-color: #BCCB15; }
a { background-color: rgb(188,203,21); }
div.DivClassName
{
background-color: #BCCB15;
}
.BgClassName
{
background-color: #BCCB15;
}
</style>
border-color css
<style>
span { border-color: #BCCB15; }
span { border-color: rgb(188,203,21); }
td.TdClassName
{
border-color: #BCCB15;
}
.TagClassName
{
border-color: #BCCB15;
}
</style>