Shades of Rio Grande #BCBD2A
Tints of Rio Grande #BCBD2A
RGB
CMYK
RGB Variations
Color information
#BCBD2A (or 0xBCBD2A) is known color: Rio Grande. HEX triplet: BC, BD and 2A. RGB value is (188,189,42). Sum of RGB (Red+Green+Blue) = 188+189+42=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD2A is #4342D5. Grayscale: #ACACAC. Windows color (decimal): -4408022 or 2801084. OLE color: 2801084.
HSL color Cylindrical-coordinate representation of color #BCBD2A: hue angle of 60.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCBD2A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 42 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.26 |
| HSL | 60.41º | 0.64% | 0.45% | - |
| HSV(B) | 60.41º | 0.78% | 0.74% | - |
| XYZ | 39.35 | 47.25 | 9.24 | - |
| YUV | 171.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 42 | 0.01 | 0 | 0.78 | 0.26 | 60.41 | 0.64 | 0.45 |
| Hex | BC | BD | 2A | 1 | 0 | 4E | 1A | 3C | 40 | 2D |
| Octal | 274 | 275 | 52 | 1 | 0 | 116 | 32 | 74 | 100 | 55 |
| Binary | 10111100 | 10111101 | 101010 | 1 | 0 | 1001110 | 11010 | 111100 | 1000000 | 101101 |
Color Harmonies of #BCBD2A
Complementary color
Monochromatic Colors of #BCBD2A
Black with #BCBD2A
Text Example
Text Example
White with #BCBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD2A; }
p { color: rgb(188,189,42); }
H1.HeaderClassName
{
color: #BCBD2A;
}
.AnyTagClassName
{
color: #BCBD2A;
}
</style>
background-color css
<style>
a { background-color: #BCBD2A; }
a { background-color: rgb(188,189,42); }
div.DivClassName
{
background-color: #BCBD2A;
}
.BgClassName
{
background-color: #BCBD2A;
}
</style>
border-color css
<style>
span { border-color: #BCBD2A; }
span { border-color: rgb(188,189,42); }
td.TdClassName
{
border-color: #BCBD2A;
}
.TagClassName
{
border-color: #BCBD2A;
}
</style>