Shades of Rio Grande #B6BC1D
Tints of Rio Grande #B6BC1D
RGB
CMYK
RGB Variations
Color information
#B6BC1D (or 0xB6BC1D) is known color: Rio Grande. HEX triplet: B6, BC and 1D. RGB value is (182,188,29). Sum of RGB (Red+Green+Blue) = 182+188+29=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BC1D is #4943E2. Grayscale: #A8A8A8. Windows color (decimal): -4801507 or 1948854. OLE color: 1948854.
HSL color Cylindrical-coordinate representation of color #B6BC1D: hue angle of 62.26º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6BC1D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 29 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.26 |
| HSL | 62.26º | 0.73% | 0.43% | - |
| HSV(B) | 62.26º | 0.85% | 0.74% | - |
| XYZ | 37.5 | 46 | 8.07 | - |
| YUV | 168.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 29 | 0.03 | 0 | 0.85 | 0.26 | 62.26 | 0.73 | 0.43 |
| Hex | B6 | BC | 1D | 3 | 0 | 55 | 1A | 3E | 49 | 2B |
| Octal | 266 | 274 | 35 | 3 | 0 | 125 | 32 | 76 | 111 | 53 |
| Binary | 10110110 | 10111100 | 11101 | 11 | 0 | 1010101 | 11010 | 111110 | 1001001 | 101011 |
Color Harmonies of #B6BC1D
Complementary color
Monochromatic Colors of #B6BC1D
Black with #B6BC1D
Text Example
Text Example
White with #B6BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC1D; }
p { color: rgb(182,188,29); }
H1.HeaderClassName
{
color: #B6BC1D;
}
.AnyTagClassName
{
color: #B6BC1D;
}
</style>
background-color css
<style>
a { background-color: #B6BC1D; }
a { background-color: rgb(182,188,29); }
div.DivClassName
{
background-color: #B6BC1D;
}
.BgClassName
{
background-color: #B6BC1D;
}
</style>
border-color css
<style>
span { border-color: #B6BC1D; }
span { border-color: rgb(182,188,29); }
td.TdClassName
{
border-color: #B6BC1D;
}
.TagClassName
{
border-color: #B6BC1D;
}
</style>