Shades of Rio Grande #BCD51B
Tints of Rio Grande #BCD51B
RGB
CMYK
RGB Variations
Color information
#BCD51B (or 0xBCD51B) is known color: Rio Grande. HEX triplet: BC, D5 and 1B. RGB value is (188,213,27). Sum of RGB (Red+Green+Blue) = 188+213+27=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD51B is #432AE4. Grayscale: #B9B9B9. Windows color (decimal): -4401893 or 1824188. OLE color: 1824188.
HSL color Cylindrical-coordinate representation of color #BCD51B: hue angle of 68.06º 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 #BCD51B is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 27 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.16 |
| HSL | 68.06º | 0.78% | 0.47% | - |
| HSV(B) | 68.06º | 0.87% | 0.84% | - |
| XYZ | 44.73 | 58.36 | 9.94 | - |
| YUV | 184.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 27 | 0.12 | 0 | 0.87 | 0.16 | 68.06 | 0.78 | 0.47 |
| Hex | BC | D5 | 1B | C | 0 | 57 | 10 | 44 | 4E | 2F |
| Octal | 274 | 325 | 33 | 14 | 0 | 127 | 20 | 104 | 116 | 57 |
| Binary | 10111100 | 11010101 | 11011 | 1100 | 0 | 1010111 | 10000 | 1000100 | 1001110 | 101111 |
Color Harmonies of #BCD51B
Complementary color
Monochromatic Colors of #BCD51B
Black with #BCD51B
Text Example
Text Example
White with #BCD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD51B; }
p { color: rgb(188,213,27); }
H1.HeaderClassName
{
color: #BCD51B;
}
.AnyTagClassName
{
color: #BCD51B;
}
</style>
background-color css
<style>
a { background-color: #BCD51B; }
a { background-color: rgb(188,213,27); }
div.DivClassName
{
background-color: #BCD51B;
}
.BgClassName
{
background-color: #BCD51B;
}
</style>
border-color css
<style>
span { border-color: #BCD51B; }
span { border-color: rgb(188,213,27); }
td.TdClassName
{
border-color: #BCD51B;
}
.TagClassName
{
border-color: #BCD51B;
}
</style>