Shades of Rio Grande #BCD71B
Tints of Rio Grande #BCD71B
RGB
CMYK
RGB Variations
Color information
#BCD71B (or 0xBCD71B) is known color: Rio Grande. HEX triplet: BC, D7 and 1B. RGB value is (188,215,27). Sum of RGB (Red+Green+Blue) = 188+215+27=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD71B is #4328E4. Grayscale: #BABABA. Windows color (decimal): -4401381 or 1824700. OLE color: 1824700.
HSL color Cylindrical-coordinate representation of color #BCD71B: hue angle of 68.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD71B is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 27 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.16 |
| HSL | 68.62º | 0.78% | 0.47% | - |
| HSV(B) | 68.62º | 0.87% | 0.84% | - |
| XYZ | 45.24 | 59.37 | 10.11 | - |
| YUV | 185.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 27 | 0.13 | 0 | 0.87 | 0.16 | 68.62 | 0.78 | 0.47 |
| Hex | BC | D7 | 1B | D | 0 | 57 | 10 | 45 | 4E | 2F |
| Octal | 274 | 327 | 33 | 15 | 0 | 127 | 20 | 105 | 116 | 57 |
| Binary | 10111100 | 11010111 | 11011 | 1101 | 0 | 1010111 | 10000 | 1000101 | 1001110 | 101111 |
Color Harmonies of #BCD71B
Complementary color
Monochromatic Colors of #BCD71B
Black with #BCD71B
Text Example
Text Example
White with #BCD71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD71B; }
p { color: rgb(188,215,27); }
H1.HeaderClassName
{
color: #BCD71B;
}
.AnyTagClassName
{
color: #BCD71B;
}
</style>
background-color css
<style>
a { background-color: #BCD71B; }
a { background-color: rgb(188,215,27); }
div.DivClassName
{
background-color: #BCD71B;
}
.BgClassName
{
background-color: #BCD71B;
}
</style>
border-color css
<style>
span { border-color: #BCD71B; }
span { border-color: rgb(188,215,27); }
td.TdClassName
{
border-color: #BCD71B;
}
.TagClassName
{
border-color: #BCD71B;
}
</style>