Shades of Rio Grande #BCC223
Tints of Rio Grande #BCC223
RGB
CMYK
RGB Variations
Color information
#BCC223 (or 0xBCC223) is known color: Rio Grande. HEX triplet: BC, C2 and 23. RGB value is (188,194,35). Sum of RGB (Red+Green+Blue) = 188+194+35=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC223 is #433DDC. Grayscale: #AEAEAE. Windows color (decimal): -4406749 or 2343612. OLE color: 2343612.
HSL color Cylindrical-coordinate representation of color #BCC223: hue angle of 62.26º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCC223 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.24 |
| HSL | 62.26º | 0.69% | 0.45% | - |
| HSV(B) | 62.26º | 0.82% | 0.76% | - |
| XYZ | 40.33 | 49.4 | 9 | - |
| YUV | 174.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 35 | 0.03 | 0 | 0.82 | 0.24 | 62.26 | 0.69 | 0.45 |
| Hex | BC | C2 | 23 | 3 | 0 | 52 | 18 | 3E | 45 | 2D |
| Octal | 274 | 302 | 43 | 3 | 0 | 122 | 30 | 76 | 105 | 55 |
| Binary | 10111100 | 11000010 | 100011 | 11 | 0 | 1010010 | 11000 | 111110 | 1000101 | 101101 |
Color Harmonies of #BCC223
Complementary color
Monochromatic Colors of #BCC223
Black with #BCC223
Text Example
Text Example
White with #BCC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC223; }
p { color: rgb(188,194,35); }
H1.HeaderClassName
{
color: #BCC223;
}
.AnyTagClassName
{
color: #BCC223;
}
</style>
background-color css
<style>
a { background-color: #BCC223; }
a { background-color: rgb(188,194,35); }
div.DivClassName
{
background-color: #BCC223;
}
.BgClassName
{
background-color: #BCC223;
}
</style>
border-color css
<style>
span { border-color: #BCC223; }
span { border-color: rgb(188,194,35); }
td.TdClassName
{
border-color: #BCC223;
}
.TagClassName
{
border-color: #BCC223;
}
</style>