Shades of Rio Grande #BCCB20
Tints of Rio Grande #BCCB20
RGB
CMYK
RGB Variations
Color information
#BCCB20 (or 0xBCCB20) is known color: Rio Grande. HEX triplet: BC, CB and 20. RGB value is (188,203,32). Sum of RGB (Red+Green+Blue) = 188+203+32=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB20 is #4334DF. Grayscale: #B3B3B3. Windows color (decimal): -4404448 or 2149308. OLE color: 2149308.
HSL color Cylindrical-coordinate representation of color #BCCB20: hue angle of 65.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCCB20 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 32 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.20 |
| HSL | 65.26º | 0.73% | 0.46% | - |
| HSV(B) | 65.26º | 0.84% | 0.8% | - |
| XYZ | 42.36 | 53.51 | 9.46 | - |
| YUV | 179.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 32 | 0.07 | 0 | 0.84 | 0.20 | 65.26 | 0.73 | 0.46 |
| Hex | BC | CB | 20 | 7 | 0 | 54 | 14 | 41 | 49 | 2E |
| Octal | 274 | 313 | 40 | 7 | 0 | 124 | 24 | 101 | 111 | 56 |
| Binary | 10111100 | 11001011 | 100000 | 111 | 0 | 1010100 | 10100 | 1000001 | 1001001 | 101110 |
Color Harmonies of #BCCB20
Complementary color
Monochromatic Colors of #BCCB20
Black with #BCCB20
Text Example
Text Example
White with #BCCB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB20; }
p { color: rgb(188,203,32); }
H1.HeaderClassName
{
color: #BCCB20;
}
.AnyTagClassName
{
color: #BCCB20;
}
</style>
background-color css
<style>
a { background-color: #BCCB20; }
a { background-color: rgb(188,203,32); }
div.DivClassName
{
background-color: #BCCB20;
}
.BgClassName
{
background-color: #BCCB20;
}
</style>
border-color css
<style>
span { border-color: #BCCB20; }
span { border-color: rgb(188,203,32); }
td.TdClassName
{
border-color: #BCCB20;
}
.TagClassName
{
border-color: #BCCB20;
}
</style>