Shades of Rio Grande #BCC928
Tints of Rio Grande #BCC928
RGB
CMYK
RGB Variations
Color information
#BCC928 (or 0xBCC928) is known color: Rio Grande. HEX triplet: BC, C9 and 28. RGB value is (188,201,40). Sum of RGB (Red+Green+Blue) = 188+201+40=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC928 is #4336D7. Grayscale: #B3B3B3. Windows color (decimal): -4404952 or 2673084. OLE color: 2673084.
HSL color Cylindrical-coordinate representation of color #BCC928: hue angle of 64.84º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC928 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 40 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.21 |
| HSL | 64.84º | 0.67% | 0.47% | - |
| HSV(B) | 64.84º | 0.8% | 0.79% | - |
| XYZ | 42.01 | 52.62 | 9.95 | - |
| YUV | 178.76 | 49.69 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 40 | 0.06 | 0 | 0.80 | 0.21 | 64.84 | 0.67 | 0.47 |
| Hex | BC | C9 | 28 | 6 | 0 | 50 | 15 | 41 | 43 | 2F |
| Octal | 274 | 311 | 50 | 6 | 0 | 120 | 25 | 101 | 103 | 57 |
| Binary | 10111100 | 11001001 | 101000 | 110 | 0 | 1010000 | 10101 | 1000001 | 1000011 | 101111 |
Color Harmonies of #BCC928
Complementary color
Monochromatic Colors of #BCC928
Black with #BCC928
Text Example
Text Example
White with #BCC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC928; }
p { color: rgb(188,201,40); }
H1.HeaderClassName
{
color: #BCC928;
}
.AnyTagClassName
{
color: #BCC928;
}
</style>
background-color css
<style>
a { background-color: #BCC928; }
a { background-color: rgb(188,201,40); }
div.DivClassName
{
background-color: #BCC928;
}
.BgClassName
{
background-color: #BCC928;
}
</style>
border-color css
<style>
span { border-color: #BCC928; }
span { border-color: rgb(188,201,40); }
td.TdClassName
{
border-color: #BCC928;
}
.TagClassName
{
border-color: #BCC928;
}
</style>