Shades of Rio Grande #BCC01C
Tints of Rio Grande #BCC01C
RGB
CMYK
RGB Variations
Color information
#BCC01C (or 0xBCC01C) is known color: Rio Grande. HEX triplet: BC, C0 and 1C. RGB value is (188,192,28). Sum of RGB (Red+Green+Blue) = 188+192+28=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC01C is #433FE3. Grayscale: #ACACAC. Windows color (decimal): -4407268 or 1884348. OLE color: 1884348.
HSL color Cylindrical-coordinate representation of color #BCC01C: hue angle of 61.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCC01C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 28 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.25 |
| HSL | 61.46º | 0.75% | 0.43% | - |
| HSV(B) | 61.46º | 0.85% | 0.75% | - |
| XYZ | 39.8 | 48.47 | 8.36 | - |
| YUV | 172.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 28 | 0.02 | 0 | 0.85 | 0.25 | 61.46 | 0.75 | 0.43 |
| Hex | BC | C0 | 1C | 2 | 0 | 55 | 19 | 3D | 4B | 2B |
| Octal | 274 | 300 | 34 | 2 | 0 | 125 | 31 | 75 | 113 | 53 |
| Binary | 10111100 | 11000000 | 11100 | 10 | 0 | 1010101 | 11001 | 111101 | 1001011 | 101011 |
Color Harmonies of #BCC01C
Complementary color
Monochromatic Colors of #BCC01C
Black with #BCC01C
Text Example
Text Example
White with #BCC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC01C; }
p { color: rgb(188,192,28); }
H1.HeaderClassName
{
color: #BCC01C;
}
.AnyTagClassName
{
color: #BCC01C;
}
</style>
background-color css
<style>
a { background-color: #BCC01C; }
a { background-color: rgb(188,192,28); }
div.DivClassName
{
background-color: #BCC01C;
}
.BgClassName
{
background-color: #BCC01C;
}
</style>
border-color css
<style>
span { border-color: #BCC01C; }
span { border-color: rgb(188,192,28); }
td.TdClassName
{
border-color: #BCC01C;
}
.TagClassName
{
border-color: #BCC01C;
}
</style>