Shades of Rio Grande #BCC61B
Tints of Rio Grande #BCC61B
RGB
CMYK
RGB Variations
Color information
#BCC61B (or 0xBCC61B) is known color: Rio Grande. HEX triplet: BC, C6 and 1B. RGB value is (188,198,27). Sum of RGB (Red+Green+Blue) = 188+198+27=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC61B is #4339E4. Grayscale: #B0B0B0. Windows color (decimal): -4405733 or 1820348. OLE color: 1820348.
HSL color Cylindrical-coordinate representation of color #BCC61B: hue angle of 63.51º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC61B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 27 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.22 |
| HSL | 63.51º | 0.76% | 0.44% | - |
| HSV(B) | 63.51º | 0.86% | 0.78% | - |
| XYZ | 41.13 | 51.16 | 8.74 | - |
| YUV | 175.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 27 | 0.05 | 0 | 0.86 | 0.22 | 63.51 | 0.76 | 0.44 |
| Hex | BC | C6 | 1B | 5 | 0 | 56 | 16 | 40 | 4C | 2C |
| Octal | 274 | 306 | 33 | 5 | 0 | 126 | 26 | 100 | 114 | 54 |
| Binary | 10111100 | 11000110 | 11011 | 101 | 0 | 1010110 | 10110 | 1000000 | 1001100 | 101100 |
Color Harmonies of #BCC61B
Complementary color
Monochromatic Colors of #BCC61B
Black with #BCC61B
Text Example
Text Example
White with #BCC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC61B; }
p { color: rgb(188,198,27); }
H1.HeaderClassName
{
color: #BCC61B;
}
.AnyTagClassName
{
color: #BCC61B;
}
</style>
background-color css
<style>
a { background-color: #BCC61B; }
a { background-color: rgb(188,198,27); }
div.DivClassName
{
background-color: #BCC61B;
}
.BgClassName
{
background-color: #BCC61B;
}
</style>
border-color css
<style>
span { border-color: #BCC61B; }
span { border-color: rgb(188,198,27); }
td.TdClassName
{
border-color: #BCC61B;
}
.TagClassName
{
border-color: #BCC61B;
}
</style>