Shades of Rio Grande #BCD81B
Tints of Rio Grande #BCD81B
RGB
CMYK
RGB Variations
Color information
#BCD81B (or 0xBCD81B) is known color: Rio Grande. HEX triplet: BC, D8 and 1B. RGB value is (188,216,27). Sum of RGB (Red+Green+Blue) = 188+216+27=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD81B is #4327E4. Grayscale: #BABABA. Windows color (decimal): -4401125 or 1824956. OLE color: 1824956.
HSL color Cylindrical-coordinate representation of color #BCD81B: hue angle of 68.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD81B is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 27 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.15 |
| HSL | 68.89º | 0.78% | 0.48% | - |
| HSV(B) | 68.89º | 0.88% | 0.85% | - |
| XYZ | 45.49 | 59.88 | 10.2 | - |
| YUV | 186.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 27 | 0.13 | 0 | 0.88 | 0.15 | 68.89 | 0.78 | 0.48 |
| Hex | BC | D8 | 1B | D | 0 | 58 | F | 45 | 4E | 30 |
| Octal | 274 | 330 | 33 | 15 | 0 | 130 | 17 | 105 | 116 | 60 |
| Binary | 10111100 | 11011000 | 11011 | 1101 | 0 | 1011000 | 1111 | 1000101 | 1001110 | 110000 |
Color Harmonies of #BCD81B
Complementary color
Monochromatic Colors of #BCD81B
Black with #BCD81B
Text Example
Text Example
White with #BCD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD81B; }
p { color: rgb(188,216,27); }
H1.HeaderClassName
{
color: #BCD81B;
}
.AnyTagClassName
{
color: #BCD81B;
}
</style>
background-color css
<style>
a { background-color: #BCD81B; }
a { background-color: rgb(188,216,27); }
div.DivClassName
{
background-color: #BCD81B;
}
.BgClassName
{
background-color: #BCD81B;
}
</style>
border-color css
<style>
span { border-color: #BCD81B; }
span { border-color: rgb(188,216,27); }
td.TdClassName
{
border-color: #BCD81B;
}
.TagClassName
{
border-color: #BCD81B;
}
</style>