Shades of Rio Grande #BCC428
Tints of Rio Grande #BCC428
RGB
CMYK
RGB Variations
Color information
#BCC428 (or 0xBCC428) is known color: Rio Grande. HEX triplet: BC, C4 and 28. RGB value is (188,196,40). Sum of RGB (Red+Green+Blue) = 188+196+40=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC428 is #433BD7. Grayscale: #B0B0B0. Windows color (decimal): -4406232 or 2671804. OLE color: 2671804.
HSL color Cylindrical-coordinate representation of color #BCC428: hue angle of 63.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC428 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 40 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.23 |
| HSL | 63.08º | 0.66% | 0.46% | - |
| HSV(B) | 63.08º | 0.8% | 0.77% | - |
| XYZ | 40.86 | 50.32 | 9.57 | - |
| YUV | 175.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 40 | 0.04 | 0 | 0.80 | 0.23 | 63.08 | 0.66 | 0.46 |
| Hex | BC | C4 | 28 | 4 | 0 | 50 | 17 | 3F | 42 | 2E |
| Octal | 274 | 304 | 50 | 4 | 0 | 120 | 27 | 77 | 102 | 56 |
| Binary | 10111100 | 11000100 | 101000 | 100 | 0 | 1010000 | 10111 | 111111 | 1000010 | 101110 |
Color Harmonies of #BCC428
Complementary color
Monochromatic Colors of #BCC428
Black with #BCC428
Text Example
Text Example
White with #BCC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC428; }
p { color: rgb(188,196,40); }
H1.HeaderClassName
{
color: #BCC428;
}
.AnyTagClassName
{
color: #BCC428;
}
</style>
background-color css
<style>
a { background-color: #BCC428; }
a { background-color: rgb(188,196,40); }
div.DivClassName
{
background-color: #BCC428;
}
.BgClassName
{
background-color: #BCC428;
}
</style>
border-color css
<style>
span { border-color: #BCC428; }
span { border-color: rgb(188,196,40); }
td.TdClassName
{
border-color: #BCC428;
}
.TagClassName
{
border-color: #BCC428;
}
</style>