Shades of Rio Grande #BCBD27
Tints of Rio Grande #BCBD27
RGB
CMYK
RGB Variations
Color information
#BCBD27 (or 0xBCBD27) is known color: Rio Grande. HEX triplet: BC, BD and 27. RGB value is (188,189,39). Sum of RGB (Red+Green+Blue) = 188+189+39=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD27 is #4342D8. Grayscale: #ACACAC. Windows color (decimal): -4408025 or 2604476. OLE color: 2604476.
HSL color Cylindrical-coordinate representation of color #BCBD27: hue angle of 60.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCBD27 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 39 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.26 |
| HSL | 60.4º | 0.66% | 0.45% | - |
| HSV(B) | 60.4º | 0.79% | 0.74% | - |
| XYZ | 39.3 | 47.23 | 8.96 | - |
| YUV | 171.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 39 | 0.01 | 0 | 0.79 | 0.26 | 60.4 | 0.66 | 0.45 |
| Hex | BC | BD | 27 | 1 | 0 | 4F | 1A | 3C | 42 | 2D |
| Octal | 274 | 275 | 47 | 1 | 0 | 117 | 32 | 74 | 102 | 55 |
| Binary | 10111100 | 10111101 | 100111 | 1 | 0 | 1001111 | 11010 | 111100 | 1000010 | 101101 |
Color Harmonies of #BCBD27
Complementary color
Monochromatic Colors of #BCBD27
Black with #BCBD27
Text Example
Text Example
White with #BCBD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD27; }
p { color: rgb(188,189,39); }
H1.HeaderClassName
{
color: #BCBD27;
}
.AnyTagClassName
{
color: #BCBD27;
}
</style>
background-color css
<style>
a { background-color: #BCBD27; }
a { background-color: rgb(188,189,39); }
div.DivClassName
{
background-color: #BCBD27;
}
.BgClassName
{
background-color: #BCBD27;
}
</style>
border-color css
<style>
span { border-color: #BCBD27; }
span { border-color: rgb(188,189,39); }
td.TdClassName
{
border-color: #BCBD27;
}
.TagClassName
{
border-color: #BCBD27;
}
</style>