Shades of Rio Grande #BCD319
Tints of Rio Grande #BCD319
RGB
CMYK
RGB Variations
Color information
#BCD319 (or 0xBCD319) is known color: Rio Grande. HEX triplet: BC, D3 and 19. RGB value is (188,211,25). Sum of RGB (Red+Green+Blue) = 188+211+25=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD319 is #432CE6. Grayscale: #B7B7B7. Windows color (decimal): -4402407 or 1692604. OLE color: 1692604.
HSL color Cylindrical-coordinate representation of color #BCD319: hue angle of 67.42º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD319 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 25 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.17 |
| HSL | 67.42º | 0.79% | 0.46% | - |
| HSV(B) | 67.42º | 0.88% | 0.83% | - |
| XYZ | 44.21 | 57.35 | 9.66 | - |
| YUV | 182.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 25 | 0.11 | 0 | 0.88 | 0.17 | 67.42 | 0.79 | 0.46 |
| Hex | BC | D3 | 19 | B | 0 | 58 | 11 | 43 | 4F | 2E |
| Octal | 274 | 323 | 31 | 13 | 0 | 130 | 21 | 103 | 117 | 56 |
| Binary | 10111100 | 11010011 | 11001 | 1011 | 0 | 1011000 | 10001 | 1000011 | 1001111 | 101110 |
Color Harmonies of #BCD319
Complementary color
Monochromatic Colors of #BCD319
Black with #BCD319
Text Example
Text Example
White with #BCD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD319; }
p { color: rgb(188,211,25); }
H1.HeaderClassName
{
color: #BCD319;
}
.AnyTagClassName
{
color: #BCD319;
}
</style>
background-color css
<style>
a { background-color: #BCD319; }
a { background-color: rgb(188,211,25); }
div.DivClassName
{
background-color: #BCD319;
}
.BgClassName
{
background-color: #BCD319;
}
</style>
border-color css
<style>
span { border-color: #BCD319; }
span { border-color: rgb(188,211,25); }
td.TdClassName
{
border-color: #BCD319;
}
.TagClassName
{
border-color: #BCD319;
}
</style>