Shades of Rio Grande #BCC12B
Tints of Rio Grande #BCC12B
RGB
CMYK
RGB Variations
Color information
#BCC12B (or 0xBCC12B) is known color: Rio Grande. HEX triplet: BC, C1 and 2B. RGB value is (188,193,43). Sum of RGB (Red+Green+Blue) = 188+193+43=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC12B is #433ED4. Grayscale: #AEAEAE. Windows color (decimal): -4406997 or 2867644. OLE color: 2867644.
HSL color Cylindrical-coordinate representation of color #BCC12B: hue angle of 62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC12B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.24 |
| HSL | 62º | 0.64% | 0.46% | - |
| HSV(B) | 62º | 0.78% | 0.76% | - |
| XYZ | 40.25 | 49.01 | 9.62 | - |
| YUV | 174.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 43 | 0.03 | 0 | 0.78 | 0.24 | 62 | 0.64 | 0.46 |
| Hex | BC | C1 | 2B | 3 | 0 | 4E | 18 | 3E | 40 | 2E |
| Octal | 274 | 301 | 53 | 3 | 0 | 116 | 30 | 76 | 100 | 56 |
| Binary | 10111100 | 11000001 | 101011 | 11 | 0 | 1001110 | 11000 | 111110 | 1000000 | 101110 |
Color Harmonies of #BCC12B
Complementary color
Monochromatic Colors of #BCC12B
Black with #BCC12B
Text Example
Text Example
White with #BCC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC12B; }
p { color: rgb(188,193,43); }
H1.HeaderClassName
{
color: #BCC12B;
}
.AnyTagClassName
{
color: #BCC12B;
}
</style>
background-color css
<style>
a { background-color: #BCC12B; }
a { background-color: rgb(188,193,43); }
div.DivClassName
{
background-color: #BCC12B;
}
.BgClassName
{
background-color: #BCC12B;
}
</style>
border-color css
<style>
span { border-color: #BCC12B; }
span { border-color: rgb(188,193,43); }
td.TdClassName
{
border-color: #BCC12B;
}
.TagClassName
{
border-color: #BCC12B;
}
</style>