Shades of Rio Grande #BCCC19
Tints of Rio Grande #BCCC19
RGB
CMYK
RGB Variations
Color information
#BCCC19 (or 0xBCCC19) is known color: Rio Grande. HEX triplet: BC, CC and 19. RGB value is (188,204,25). Sum of RGB (Red+Green+Blue) = 188+204+25=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC19 is #4333E6. Grayscale: #B3B3B3. Windows color (decimal): -4404199 or 1690812. OLE color: 1690812.
HSL color Cylindrical-coordinate representation of color #BCCC19: hue angle of 65.36º 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 #BCCC19 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 25 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.2 |
| HSL | 65.36º | 0.78% | 0.45% | - |
| HSV(B) | 65.36º | 0.88% | 0.8% | - |
| XYZ | 42.51 | 53.95 | 9.09 | - |
| YUV | 178.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 25 | 0.08 | 0 | 0.88 | 0.2 | 65.36 | 0.78 | 0.45 |
| Hex | BC | CC | 19 | 8 | 0 | 58 | 14 | 41 | 4E | 2D |
| Octal | 274 | 314 | 31 | 10 | 0 | 130 | 24 | 101 | 116 | 55 |
| Binary | 10111100 | 11001100 | 11001 | 1000 | 0 | 1011000 | 10100 | 1000001 | 1001110 | 101101 |
Color Harmonies of #BCCC19
Complementary color
Monochromatic Colors of #BCCC19
Black with #BCCC19
Text Example
Text Example
White with #BCCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC19; }
p { color: rgb(188,204,25); }
H1.HeaderClassName
{
color: #BCCC19;
}
.AnyTagClassName
{
color: #BCCC19;
}
</style>
background-color css
<style>
a { background-color: #BCCC19; }
a { background-color: rgb(188,204,25); }
div.DivClassName
{
background-color: #BCCC19;
}
.BgClassName
{
background-color: #BCCC19;
}
</style>
border-color css
<style>
span { border-color: #BCCC19; }
span { border-color: rgb(188,204,25); }
td.TdClassName
{
border-color: #BCCC19;
}
.TagClassName
{
border-color: #BCCC19;
}
</style>