Shades of Rio Grande #BCC025
Tints of Rio Grande #BCC025
RGB
CMYK
RGB Variations
Color information
#BCC025 (or 0xBCC025) is known color: Rio Grande. HEX triplet: BC, C0 and 25. RGB value is (188,192,37). Sum of RGB (Red+Green+Blue) = 188+192+37=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC025 is #433FDA. Grayscale: #ADADAD. Windows color (decimal): -4407259 or 2474172. OLE color: 2474172.
HSL color Cylindrical-coordinate representation of color #BCC025: hue angle of 61.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCC025 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 37 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.25 |
| HSL | 61.55º | 0.68% | 0.45% | - |
| HSV(B) | 61.55º | 0.81% | 0.75% | - |
| XYZ | 39.92 | 48.52 | 9.01 | - |
| YUV | 173.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 37 | 0.02 | 0 | 0.81 | 0.25 | 61.55 | 0.68 | 0.45 |
| Hex | BC | C0 | 25 | 2 | 0 | 51 | 19 | 3E | 44 | 2D |
| Octal | 274 | 300 | 45 | 2 | 0 | 121 | 31 | 76 | 104 | 55 |
| Binary | 10111100 | 11000000 | 100101 | 10 | 0 | 1010001 | 11001 | 111110 | 1000100 | 101101 |
Color Harmonies of #BCC025
Complementary color
Monochromatic Colors of #BCC025
Black with #BCC025
Text Example
Text Example
White with #BCC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC025; }
p { color: rgb(188,192,37); }
H1.HeaderClassName
{
color: #BCC025;
}
.AnyTagClassName
{
color: #BCC025;
}
</style>
background-color css
<style>
a { background-color: #BCC025; }
a { background-color: rgb(188,192,37); }
div.DivClassName
{
background-color: #BCC025;
}
.BgClassName
{
background-color: #BCC025;
}
</style>
border-color css
<style>
span { border-color: #BCC025; }
span { border-color: rgb(188,192,37); }
td.TdClassName
{
border-color: #BCC025;
}
.TagClassName
{
border-color: #BCC025;
}
</style>