Shades of Rio Grande #BCC32A
Tints of Rio Grande #BCC32A
RGB
CMYK
RGB Variations
Color information
#BCC32A (or 0xBCC32A) is known color: Rio Grande. HEX triplet: BC, C3 and 2A. RGB value is (188,195,42). Sum of RGB (Red+Green+Blue) = 188+195+42=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC32A is #433CD5. Grayscale: #B0B0B0. Windows color (decimal): -4406486 or 2802620. OLE color: 2802620.
HSL color Cylindrical-coordinate representation of color #BCC32A: hue angle of 62.75º degrees, saturation: 0.65, 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 #BCC32A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 42 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.24 |
| HSL | 62.75º | 0.65% | 0.46% | - |
| HSV(B) | 62.75º | 0.78% | 0.76% | - |
| XYZ | 40.67 | 49.89 | 9.68 | - |
| YUV | 175.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 42 | 0.04 | 0 | 0.78 | 0.24 | 62.75 | 0.65 | 0.46 |
| Hex | BC | C3 | 2A | 4 | 0 | 4E | 18 | 3F | 41 | 2E |
| Octal | 274 | 303 | 52 | 4 | 0 | 116 | 30 | 77 | 101 | 56 |
| Binary | 10111100 | 11000011 | 101010 | 100 | 0 | 1001110 | 11000 | 111111 | 1000001 | 101110 |
Color Harmonies of #BCC32A
Complementary color
Monochromatic Colors of #BCC32A
Black with #BCC32A
Text Example
Text Example
White with #BCC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC32A; }
p { color: rgb(188,195,42); }
H1.HeaderClassName
{
color: #BCC32A;
}
.AnyTagClassName
{
color: #BCC32A;
}
</style>
background-color css
<style>
a { background-color: #BCC32A; }
a { background-color: rgb(188,195,42); }
div.DivClassName
{
background-color: #BCC32A;
}
.BgClassName
{
background-color: #BCC32A;
}
</style>
border-color css
<style>
span { border-color: #BCC32A; }
span { border-color: rgb(188,195,42); }
td.TdClassName
{
border-color: #BCC32A;
}
.TagClassName
{
border-color: #BCC32A;
}
</style>