Shades of Rio Grande #BCCE21
Tints of Rio Grande #BCCE21
RGB
CMYK
RGB Variations
Color information
#BCCE21 (or 0xBCCE21) is known color: Rio Grande. HEX triplet: BC, CE and 21. RGB value is (188,206,33). Sum of RGB (Red+Green+Blue) = 188+206+33=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE21 is #4331DE. Grayscale: #B5B5B5. Windows color (decimal): -4403679 or 2215612. OLE color: 2215612.
HSL color Cylindrical-coordinate representation of color #BCCE21: hue angle of 66.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCCE21 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 33 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.19 |
| HSL | 66.24º | 0.72% | 0.47% | - |
| HSV(B) | 66.24º | 0.84% | 0.81% | - |
| XYZ | 43.08 | 54.94 | 9.77 | - |
| YUV | 180.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 33 | 0.09 | 0 | 0.84 | 0.19 | 66.24 | 0.72 | 0.47 |
| Hex | BC | CE | 21 | 9 | 0 | 54 | 13 | 42 | 48 | 2F |
| Octal | 274 | 316 | 41 | 11 | 0 | 124 | 23 | 102 | 110 | 57 |
| Binary | 10111100 | 11001110 | 100001 | 1001 | 0 | 1010100 | 10011 | 1000010 | 1001000 | 101111 |
Color Harmonies of #BCCE21
Complementary color
Monochromatic Colors of #BCCE21
Black with #BCCE21
Text Example
Text Example
White with #BCCE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE21; }
p { color: rgb(188,206,33); }
H1.HeaderClassName
{
color: #BCCE21;
}
.AnyTagClassName
{
color: #BCCE21;
}
</style>
background-color css
<style>
a { background-color: #BCCE21; }
a { background-color: rgb(188,206,33); }
div.DivClassName
{
background-color: #BCCE21;
}
.BgClassName
{
background-color: #BCCE21;
}
</style>
border-color css
<style>
span { border-color: #BCCE21; }
span { border-color: rgb(188,206,33); }
td.TdClassName
{
border-color: #BCCE21;
}
.TagClassName
{
border-color: #BCCE21;
}
</style>