Shades of Rio Grande #BCC81B
Tints of Rio Grande #BCC81B
RGB
CMYK
RGB Variations
Color information
#BCC81B (or 0xBCC81B) is known color: Rio Grande. HEX triplet: BC, C8 and 1B. RGB value is (188,200,27). Sum of RGB (Red+Green+Blue) = 188+200+27=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC81B is #4337E4. Grayscale: #B1B1B1. Windows color (decimal): -4405221 or 1820860. OLE color: 1820860.
HSL color Cylindrical-coordinate representation of color #BCC81B: hue angle of 64.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCC81B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 27 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.22 |
| HSL | 64.16º | 0.76% | 0.45% | - |
| HSV(B) | 64.16º | 0.87% | 0.78% | - |
| XYZ | 41.59 | 52.08 | 8.9 | - |
| YUV | 176.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 27 | 0.06 | 0 | 0.86 | 0.22 | 64.16 | 0.76 | 0.45 |
| Hex | BC | C8 | 1B | 6 | 0 | 56 | 16 | 40 | 4C | 2D |
| Octal | 274 | 310 | 33 | 6 | 0 | 126 | 26 | 100 | 114 | 55 |
| Binary | 10111100 | 11001000 | 11011 | 110 | 0 | 1010110 | 10110 | 1000000 | 1001100 | 101101 |
Color Harmonies of #BCC81B
Complementary color
Monochromatic Colors of #BCC81B
Black with #BCC81B
Text Example
Text Example
White with #BCC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC81B; }
p { color: rgb(188,200,27); }
H1.HeaderClassName
{
color: #BCC81B;
}
.AnyTagClassName
{
color: #BCC81B;
}
</style>
background-color css
<style>
a { background-color: #BCC81B; }
a { background-color: rgb(188,200,27); }
div.DivClassName
{
background-color: #BCC81B;
}
.BgClassName
{
background-color: #BCC81B;
}
</style>
border-color css
<style>
span { border-color: #BCC81B; }
span { border-color: rgb(188,200,27); }
td.TdClassName
{
border-color: #BCC81B;
}
.TagClassName
{
border-color: #BCC81B;
}
</style>