Shades of Rio Grande #BCC01D
Tints of Rio Grande #BCC01D
RGB
CMYK
RGB Variations
Color information
#BCC01D (or 0xBCC01D) is known color: Rio Grande. HEX triplet: BC, C0 and 1D. RGB value is (188,192,29). Sum of RGB (Red+Green+Blue) = 188+192+29=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC01D is #433FE2. Grayscale: #ACACAC. Windows color (decimal): -4407267 or 1949884. OLE color: 1949884.
HSL color Cylindrical-coordinate representation of color #BCC01D: hue angle of 61.47º degrees, saturation: 0.74, 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 #BCC01D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 29 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.25 |
| HSL | 61.47º | 0.74% | 0.43% | - |
| HSV(B) | 61.47º | 0.85% | 0.75% | - |
| XYZ | 39.81 | 48.48 | 8.42 | - |
| YUV | 172.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 29 | 0.02 | 0 | 0.85 | 0.25 | 61.47 | 0.74 | 0.43 |
| Hex | BC | C0 | 1D | 2 | 0 | 55 | 19 | 3D | 4A | 2B |
| Octal | 274 | 300 | 35 | 2 | 0 | 125 | 31 | 75 | 112 | 53 |
| Binary | 10111100 | 11000000 | 11101 | 10 | 0 | 1010101 | 11001 | 111101 | 1001010 | 101011 |
Color Harmonies of #BCC01D
Complementary color
Monochromatic Colors of #BCC01D
Black with #BCC01D
Text Example
Text Example
White with #BCC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC01D; }
p { color: rgb(188,192,29); }
H1.HeaderClassName
{
color: #BCC01D;
}
.AnyTagClassName
{
color: #BCC01D;
}
</style>
background-color css
<style>
a { background-color: #BCC01D; }
a { background-color: rgb(188,192,29); }
div.DivClassName
{
background-color: #BCC01D;
}
.BgClassName
{
background-color: #BCC01D;
}
</style>
border-color css
<style>
span { border-color: #BCC01D; }
span { border-color: rgb(188,192,29); }
td.TdClassName
{
border-color: #BCC01D;
}
.TagClassName
{
border-color: #BCC01D;
}
</style>