Shades of Rio Grande #BCD51C
Tints of Rio Grande #BCD51C
RGB
CMYK
RGB Variations
Color information
#BCD51C (or 0xBCD51C) is known color: Rio Grande. HEX triplet: BC, D5 and 1C. RGB value is (188,213,28). Sum of RGB (Red+Green+Blue) = 188+213+28=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD51C is #432AE3. Grayscale: #B9B9B9. Windows color (decimal): -4401892 or 1889724. OLE color: 1889724.
HSL color Cylindrical-coordinate representation of color #BCD51C: hue angle of 68.11º degrees, saturation: 0.77, 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 #BCD51C is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 28 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.16 |
| HSL | 68.11º | 0.77% | 0.47% | - |
| HSV(B) | 68.11º | 0.87% | 0.84% | - |
| XYZ | 44.74 | 58.36 | 10.01 | - |
| YUV | 184.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 28 | 0.12 | 0 | 0.87 | 0.16 | 68.11 | 0.77 | 0.47 |
| Hex | BC | D5 | 1C | C | 0 | 57 | 10 | 44 | 4D | 2F |
| Octal | 274 | 325 | 34 | 14 | 0 | 127 | 20 | 104 | 115 | 57 |
| Binary | 10111100 | 11010101 | 11100 | 1100 | 0 | 1010111 | 10000 | 1000100 | 1001101 | 101111 |
Color Harmonies of #BCD51C
Complementary color
Monochromatic Colors of #BCD51C
Black with #BCD51C
Text Example
Text Example
White with #BCD51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD51C; }
p { color: rgb(188,213,28); }
H1.HeaderClassName
{
color: #BCD51C;
}
.AnyTagClassName
{
color: #BCD51C;
}
</style>
background-color css
<style>
a { background-color: #BCD51C; }
a { background-color: rgb(188,213,28); }
div.DivClassName
{
background-color: #BCD51C;
}
.BgClassName
{
background-color: #BCD51C;
}
</style>
border-color css
<style>
span { border-color: #BCD51C; }
span { border-color: rgb(188,213,28); }
td.TdClassName
{
border-color: #BCD51C;
}
.TagClassName
{
border-color: #BCD51C;
}
</style>