Shades of Rio Grande #BCC01A
Tints of Rio Grande #BCC01A
RGB
CMYK
RGB Variations
Color information
#BCC01A (or 0xBCC01A) is known color: Rio Grande. HEX triplet: BC, C0 and 1A. RGB value is (188,192,26). Sum of RGB (Red+Green+Blue) = 188+192+26=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC01A is #433FE5. Grayscale: #ACACAC. Windows color (decimal): -4407270 or 1753276. OLE color: 1753276.
HSL color Cylindrical-coordinate representation of color #BCC01A: hue angle of 61.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC01A is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 26 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.25 |
| HSL | 61.45º | 0.76% | 0.43% | - |
| HSV(B) | 61.45º | 0.86% | 0.75% | - |
| XYZ | 39.78 | 48.47 | 8.24 | - |
| YUV | 171.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 26 | 0.02 | 0 | 0.86 | 0.25 | 61.45 | 0.76 | 0.43 |
| Hex | BC | C0 | 1A | 2 | 0 | 56 | 19 | 3D | 4C | 2B |
| Octal | 274 | 300 | 32 | 2 | 0 | 126 | 31 | 75 | 114 | 53 |
| Binary | 10111100 | 11000000 | 11010 | 10 | 0 | 1010110 | 11001 | 111101 | 1001100 | 101011 |
Color Harmonies of #BCC01A
Complementary color
Monochromatic Colors of #BCC01A
Black with #BCC01A
Text Example
Text Example
White with #BCC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC01A; }
p { color: rgb(188,192,26); }
H1.HeaderClassName
{
color: #BCC01A;
}
.AnyTagClassName
{
color: #BCC01A;
}
</style>
background-color css
<style>
a { background-color: #BCC01A; }
a { background-color: rgb(188,192,26); }
div.DivClassName
{
background-color: #BCC01A;
}
.BgClassName
{
background-color: #BCC01A;
}
</style>
border-color css
<style>
span { border-color: #BCC01A; }
span { border-color: rgb(188,192,26); }
td.TdClassName
{
border-color: #BCC01A;
}
.TagClassName
{
border-color: #BCC01A;
}
</style>