Shades of Rio Grande #BCC724
Tints of Rio Grande #BCC724
RGB
CMYK
RGB Variations
Color information
#BCC724 (or 0xBCC724) is known color: Rio Grande. HEX triplet: BC, C7 and 24. RGB value is (188,199,36). Sum of RGB (Red+Green+Blue) = 188+199+36=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC724 is #4338DB. Grayscale: #B1B1B1. Windows color (decimal): -4405468 or 2410428. OLE color: 2410428.
HSL color Cylindrical-coordinate representation of color #BCC724: hue angle of 64.05º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCC724 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 36 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.22 |
| HSL | 64.05º | 0.69% | 0.46% | - |
| HSV(B) | 64.05º | 0.82% | 0.78% | - |
| XYZ | 41.48 | 51.67 | 9.46 | - |
| YUV | 177.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 36 | 0.06 | 0 | 0.82 | 0.22 | 64.05 | 0.69 | 0.46 |
| Hex | BC | C7 | 24 | 6 | 0 | 52 | 16 | 40 | 45 | 2E |
| Octal | 274 | 307 | 44 | 6 | 0 | 122 | 26 | 100 | 105 | 56 |
| Binary | 10111100 | 11000111 | 100100 | 110 | 0 | 1010010 | 10110 | 1000000 | 1000101 | 101110 |
Color Harmonies of #BCC724
Complementary color
Monochromatic Colors of #BCC724
Black with #BCC724
Text Example
Text Example
White with #BCC724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC724; }
p { color: rgb(188,199,36); }
H1.HeaderClassName
{
color: #BCC724;
}
.AnyTagClassName
{
color: #BCC724;
}
</style>
background-color css
<style>
a { background-color: #BCC724; }
a { background-color: rgb(188,199,36); }
div.DivClassName
{
background-color: #BCC724;
}
.BgClassName
{
background-color: #BCC724;
}
</style>
border-color css
<style>
span { border-color: #BCC724; }
span { border-color: rgb(188,199,36); }
td.TdClassName
{
border-color: #BCC724;
}
.TagClassName
{
border-color: #BCC724;
}
</style>