Shades of Rio Grande #BCCD21
Tints of Rio Grande #BCCD21
RGB
CMYK
RGB Variations
Color information
#BCCD21 (or 0xBCCD21) is known color: Rio Grande. HEX triplet: BC, CD and 21. RGB value is (188,205,33). Sum of RGB (Red+Green+Blue) = 188+205+33=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD21 is #4332DE. Grayscale: #B4B4B4. Windows color (decimal): -4403935 or 2215356. OLE color: 2215356.
HSL color Cylindrical-coordinate representation of color #BCCD21: hue angle of 65.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCCD21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.20 |
| HSL | 65.93º | 0.72% | 0.47% | - |
| HSV(B) | 65.93º | 0.84% | 0.8% | - |
| XYZ | 42.84 | 54.46 | 9.69 | - |
| YUV | 180.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 33 | 0.08 | 0 | 0.84 | 0.20 | 65.93 | 0.72 | 0.47 |
| Hex | BC | CD | 21 | 8 | 0 | 54 | 14 | 42 | 48 | 2F |
| Octal | 274 | 315 | 41 | 10 | 0 | 124 | 24 | 102 | 110 | 57 |
| Binary | 10111100 | 11001101 | 100001 | 1000 | 0 | 1010100 | 10100 | 1000010 | 1001000 | 101111 |
Color Harmonies of #BCCD21
Complementary color
Monochromatic Colors of #BCCD21
Black with #BCCD21
Text Example
Text Example
White with #BCCD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD21; }
p { color: rgb(188,205,33); }
H1.HeaderClassName
{
color: #BCCD21;
}
.AnyTagClassName
{
color: #BCCD21;
}
</style>
background-color css
<style>
a { background-color: #BCCD21; }
a { background-color: rgb(188,205,33); }
div.DivClassName
{
background-color: #BCCD21;
}
.BgClassName
{
background-color: #BCCD21;
}
</style>
border-color css
<style>
span { border-color: #BCCD21; }
span { border-color: rgb(188,205,33); }
td.TdClassName
{
border-color: #BCCD21;
}
.TagClassName
{
border-color: #BCCD21;
}
</style>