Shades of Rio Grande #BCBF2D
Tints of Rio Grande #BCBF2D
RGB
CMYK
RGB Variations
Color information
#BCBF2D (or 0xBCBF2D) is known color: Rio Grande. HEX triplet: BC, BF and 2D. RGB value is (188,191,45). Sum of RGB (Red+Green+Blue) = 188+191+45=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF2D is #4340D2. Grayscale: #AEAEAE. Windows color (decimal): -4407507 or 2998204. OLE color: 2998204.
HSL color Cylindrical-coordinate representation of color #BCBF2D: hue angle of 61.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCBF2D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 45 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.25 |
| HSL | 61.23º | 0.62% | 0.46% | - |
| HSV(B) | 61.23º | 0.76% | 0.75% | - |
| XYZ | 39.84 | 48.14 | 9.68 | - |
| YUV | 173.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 45 | 0.02 | 0 | 0.76 | 0.25 | 61.23 | 0.62 | 0.46 |
| Hex | BC | BF | 2D | 2 | 0 | 4C | 19 | 3D | 3E | 2E |
| Octal | 274 | 277 | 55 | 2 | 0 | 114 | 31 | 75 | 76 | 56 |
| Binary | 10111100 | 10111111 | 101101 | 10 | 0 | 1001100 | 11001 | 111101 | 111110 | 101110 |
Color Harmonies of #BCBF2D
Complementary color
Monochromatic Colors of #BCBF2D
Black with #BCBF2D
Text Example
Text Example
White with #BCBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF2D; }
p { color: rgb(188,191,45); }
H1.HeaderClassName
{
color: #BCBF2D;
}
.AnyTagClassName
{
color: #BCBF2D;
}
</style>
background-color css
<style>
a { background-color: #BCBF2D; }
a { background-color: rgb(188,191,45); }
div.DivClassName
{
background-color: #BCBF2D;
}
.BgClassName
{
background-color: #BCBF2D;
}
</style>
border-color css
<style>
span { border-color: #BCBF2D; }
span { border-color: rgb(188,191,45); }
td.TdClassName
{
border-color: #BCBF2D;
}
.TagClassName
{
border-color: #BCBF2D;
}
</style>