Shades of Rio Grande #BCCB19
Tints of Rio Grande #BCCB19
RGB
CMYK
RGB Variations
Color information
#BCCB19 (or 0xBCCB19) is known color: Rio Grande. HEX triplet: BC, CB and 19. RGB value is (188,203,25). Sum of RGB (Red+Green+Blue) = 188+203+25=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB19 is #4334E6. Grayscale: #B2B2B2. Windows color (decimal): -4404455 or 1690556. OLE color: 1690556.
HSL color Cylindrical-coordinate representation of color #BCCB19: hue angle of 65.06º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCCB19 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 25 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.20 |
| HSL | 65.06º | 0.78% | 0.45% | - |
| HSV(B) | 65.06º | 0.88% | 0.8% | - |
| XYZ | 42.27 | 53.47 | 9.01 | - |
| YUV | 178.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 25 | 0.07 | 0 | 0.88 | 0.20 | 65.06 | 0.78 | 0.45 |
| Hex | BC | CB | 19 | 7 | 0 | 58 | 14 | 41 | 4E | 2D |
| Octal | 274 | 313 | 31 | 7 | 0 | 130 | 24 | 101 | 116 | 55 |
| Binary | 10111100 | 11001011 | 11001 | 111 | 0 | 1011000 | 10100 | 1000001 | 1001110 | 101101 |
Color Harmonies of #BCCB19
Complementary color
Monochromatic Colors of #BCCB19
Black with #BCCB19
Text Example
Text Example
White with #BCCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB19; }
p { color: rgb(188,203,25); }
H1.HeaderClassName
{
color: #BCCB19;
}
.AnyTagClassName
{
color: #BCCB19;
}
</style>
background-color css
<style>
a { background-color: #BCCB19; }
a { background-color: rgb(188,203,25); }
div.DivClassName
{
background-color: #BCCB19;
}
.BgClassName
{
background-color: #BCCB19;
}
</style>
border-color css
<style>
span { border-color: #BCCB19; }
span { border-color: rgb(188,203,25); }
td.TdClassName
{
border-color: #BCCB19;
}
.TagClassName
{
border-color: #BCCB19;
}
</style>