Shades of Rio Grande #BCC228
Tints of Rio Grande #BCC228
RGB
CMYK
RGB Variations
Color information
#BCC228 (or 0xBCC228) is known color: Rio Grande. HEX triplet: BC, C2 and 28. RGB value is (188,194,40). Sum of RGB (Red+Green+Blue) = 188+194+40=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC228 is #433DD7. Grayscale: #AFAFAF. Windows color (decimal): -4406744 or 2671292. OLE color: 2671292.
HSL color Cylindrical-coordinate representation of color #BCC228: hue angle of 62.34º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC228 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 40 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.24 |
| HSL | 62.34º | 0.66% | 0.46% | - |
| HSV(B) | 62.34º | 0.79% | 0.76% | - |
| XYZ | 40.41 | 49.43 | 9.42 | - |
| YUV | 174.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 40 | 0.03 | 0 | 0.79 | 0.24 | 62.34 | 0.66 | 0.46 |
| Hex | BC | C2 | 28 | 3 | 0 | 4F | 18 | 3E | 42 | 2E |
| Octal | 274 | 302 | 50 | 3 | 0 | 117 | 30 | 76 | 102 | 56 |
| Binary | 10111100 | 11000010 | 101000 | 11 | 0 | 1001111 | 11000 | 111110 | 1000010 | 101110 |
Color Harmonies of #BCC228
Complementary color
Monochromatic Colors of #BCC228
Black with #BCC228
Text Example
Text Example
White with #BCC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC228; }
p { color: rgb(188,194,40); }
H1.HeaderClassName
{
color: #BCC228;
}
.AnyTagClassName
{
color: #BCC228;
}
</style>
background-color css
<style>
a { background-color: #BCC228; }
a { background-color: rgb(188,194,40); }
div.DivClassName
{
background-color: #BCC228;
}
.BgClassName
{
background-color: #BCC228;
}
</style>
border-color css
<style>
span { border-color: #BCC228; }
span { border-color: rgb(188,194,40); }
td.TdClassName
{
border-color: #BCC228;
}
.TagClassName
{
border-color: #BCC228;
}
</style>