Shades of Rio Grande #BCD417
Tints of Rio Grande #BCD417
RGB
CMYK
RGB Variations
Color information
#BCD417 (or 0xBCD417) is known color: Rio Grande. HEX triplet: BC, D4 and 17. RGB value is (188,212,23). Sum of RGB (Red+Green+Blue) = 188+212+23=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD417 is #432BE8. Grayscale: #B8B8B8. Windows color (decimal): -4402153 or 1561788. OLE color: 1561788.
HSL color Cylindrical-coordinate representation of color #BCD417: hue angle of 67.62º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD417 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 23 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.17 |
| HSL | 67.62º | 0.8% | 0.46% | - |
| HSV(B) | 67.62º | 0.89% | 0.83% | - |
| XYZ | 44.44 | 57.84 | 9.63 | - |
| YUV | 183.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 23 | 0.11 | 0 | 0.89 | 0.17 | 67.62 | 0.8 | 0.46 |
| Hex | BC | D4 | 17 | B | 0 | 59 | 11 | 44 | 50 | 2E |
| Octal | 274 | 324 | 27 | 13 | 0 | 131 | 21 | 104 | 120 | 56 |
| Binary | 10111100 | 11010100 | 10111 | 1011 | 0 | 1011001 | 10001 | 1000100 | 1010000 | 101110 |
Color Harmonies of #BCD417
Complementary color
Monochromatic Colors of #BCD417
Black with #BCD417
Text Example
Text Example
White with #BCD417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD417; }
p { color: rgb(188,212,23); }
H1.HeaderClassName
{
color: #BCD417;
}
.AnyTagClassName
{
color: #BCD417;
}
</style>
background-color css
<style>
a { background-color: #BCD417; }
a { background-color: rgb(188,212,23); }
div.DivClassName
{
background-color: #BCD417;
}
.BgClassName
{
background-color: #BCD417;
}
</style>
border-color css
<style>
span { border-color: #BCD417; }
span { border-color: rgb(188,212,23); }
td.TdClassName
{
border-color: #BCD417;
}
.TagClassName
{
border-color: #BCD417;
}
</style>