Shades of Rio Grande #BCC828
Tints of Rio Grande #BCC828
RGB
CMYK
RGB Variations
Color information
#BCC828 (or 0xBCC828) is known color: Rio Grande. HEX triplet: BC, C8 and 28. RGB value is (188,200,40). Sum of RGB (Red+Green+Blue) = 188+200+40=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC828 is #4337D7. Grayscale: #B2B2B2. Windows color (decimal): -4405208 or 2672828. OLE color: 2672828.
HSL color Cylindrical-coordinate representation of color #BCC828: hue angle of 64.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC828 is Cyan = 0.06, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 40 | - |
| CMYK | 0.06 | 0 | 0.8 | 0.22 |
| HSL | 64.5º | 0.67% | 0.47% | - |
| HSV(B) | 64.5º | 0.8% | 0.78% | - |
| XYZ | 41.78 | 52.15 | 9.87 | - |
| YUV | 178.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 40 | 0.06 | 0 | 0.8 | 0.22 | 64.5 | 0.67 | 0.47 |
| Hex | BC | C8 | 28 | 6 | 0 | 50 | 16 | 40 | 43 | 2F |
| Octal | 274 | 310 | 50 | 6 | 0 | 120 | 26 | 100 | 103 | 57 |
| Binary | 10111100 | 11001000 | 101000 | 110 | 0 | 1010000 | 10110 | 1000000 | 1000011 | 101111 |
Color Harmonies of #BCC828
Complementary color
Monochromatic Colors of #BCC828
Black with #BCC828
Text Example
Text Example
White with #BCC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC828; }
p { color: rgb(188,200,40); }
H1.HeaderClassName
{
color: #BCC828;
}
.AnyTagClassName
{
color: #BCC828;
}
</style>
background-color css
<style>
a { background-color: #BCC828; }
a { background-color: rgb(188,200,40); }
div.DivClassName
{
background-color: #BCC828;
}
.BgClassName
{
background-color: #BCC828;
}
</style>
border-color css
<style>
span { border-color: #BCC828; }
span { border-color: rgb(188,200,40); }
td.TdClassName
{
border-color: #BCC828;
}
.TagClassName
{
border-color: #BCC828;
}
</style>