Shades of Rio Grande #BCD31A
Tints of Rio Grande #BCD31A
RGB
CMYK
RGB Variations
Color information
#BCD31A (or 0xBCD31A) is known color: Rio Grande. HEX triplet: BC, D3 and 1A. RGB value is (188,211,26). Sum of RGB (Red+Green+Blue) = 188+211+26=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD31A is #432CE5. Grayscale: #B7B7B7. Windows color (decimal): -4402406 or 1758140. OLE color: 1758140.
HSL color Cylindrical-coordinate representation of color #BCD31A: hue angle of 67.46º degrees, saturation: 0.78, 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 #BCD31A is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 26 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.17 |
| HSL | 67.46º | 0.78% | 0.46% | - |
| HSV(B) | 67.46º | 0.88% | 0.83% | - |
| XYZ | 44.22 | 57.35 | 9.72 | - |
| YUV | 183.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 26 | 0.11 | 0 | 0.88 | 0.17 | 67.46 | 0.78 | 0.46 |
| Hex | BC | D3 | 1A | B | 0 | 58 | 11 | 43 | 4E | 2E |
| Octal | 274 | 323 | 32 | 13 | 0 | 130 | 21 | 103 | 116 | 56 |
| Binary | 10111100 | 11010011 | 11010 | 1011 | 0 | 1011000 | 10001 | 1000011 | 1001110 | 101110 |
Color Harmonies of #BCD31A
Complementary color
Monochromatic Colors of #BCD31A
Black with #BCD31A
Text Example
Text Example
White with #BCD31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD31A; }
p { color: rgb(188,211,26); }
H1.HeaderClassName
{
color: #BCD31A;
}
.AnyTagClassName
{
color: #BCD31A;
}
</style>
background-color css
<style>
a { background-color: #BCD31A; }
a { background-color: rgb(188,211,26); }
div.DivClassName
{
background-color: #BCD31A;
}
.BgClassName
{
background-color: #BCD31A;
}
</style>
border-color css
<style>
span { border-color: #BCD31A; }
span { border-color: rgb(188,211,26); }
td.TdClassName
{
border-color: #BCD31A;
}
.TagClassName
{
border-color: #BCD31A;
}
</style>