Shades of Rio Grande #BCD41B
Tints of Rio Grande #BCD41B
RGB
CMYK
RGB Variations
Color information
#BCD41B (or 0xBCD41B) is known color: Rio Grande. HEX triplet: BC, D4 and 1B. RGB value is (188,212,27). Sum of RGB (Red+Green+Blue) = 188+212+27=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD41B is #432BE4. Grayscale: #B8B8B8. Windows color (decimal): -4402149 or 1823932. OLE color: 1823932.
HSL color Cylindrical-coordinate representation of color #BCD41B: hue angle of 67.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD41B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 27 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.17 |
| HSL | 67.78º | 0.77% | 0.47% | - |
| HSV(B) | 67.78º | 0.87% | 0.83% | - |
| XYZ | 44.48 | 57.86 | 9.86 | - |
| YUV | 183.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 27 | 0.11 | 0 | 0.87 | 0.17 | 67.78 | 0.77 | 0.47 |
| Hex | BC | D4 | 1B | B | 0 | 57 | 11 | 44 | 4D | 2F |
| Octal | 274 | 324 | 33 | 13 | 0 | 127 | 21 | 104 | 115 | 57 |
| Binary | 10111100 | 11010100 | 11011 | 1011 | 0 | 1010111 | 10001 | 1000100 | 1001101 | 101111 |
Color Harmonies of #BCD41B
Complementary color
Monochromatic Colors of #BCD41B
Black with #BCD41B
Text Example
Text Example
White with #BCD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD41B; }
p { color: rgb(188,212,27); }
H1.HeaderClassName
{
color: #BCD41B;
}
.AnyTagClassName
{
color: #BCD41B;
}
</style>
background-color css
<style>
a { background-color: #BCD41B; }
a { background-color: rgb(188,212,27); }
div.DivClassName
{
background-color: #BCD41B;
}
.BgClassName
{
background-color: #BCD41B;
}
</style>
border-color css
<style>
span { border-color: #BCD41B; }
span { border-color: rgb(188,212,27); }
td.TdClassName
{
border-color: #BCD41B;
}
.TagClassName
{
border-color: #BCD41B;
}
</style>