Shades of Rio Grande #B6BE2D
Tints of Rio Grande #B6BE2D
RGB
CMYK
RGB Variations
Color information
#B6BE2D (or 0xB6BE2D) is known color: Rio Grande. HEX triplet: B6, BE and 2D. RGB value is (182,190,45). Sum of RGB (Red+Green+Blue) = 182+190+45=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BE2D is #4941D2. Grayscale: #ABABAB. Windows color (decimal): -4800979 or 2997942. OLE color: 2997942.
HSL color Cylindrical-coordinate representation of color #B6BE2D: hue angle of 63.31º 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 #B6BE2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 190 | 45 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.25 |
| HSL | 63.31º | 0.62% | 0.46% | - |
| HSV(B) | 63.31º | 0.76% | 0.75% | - |
| XYZ | 38.18 | 46.96 | 9.53 | - |
| YUV | 171.08 | 56.85 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 190 | 45 | 0.04 | 0 | 0.76 | 0.25 | 63.31 | 0.62 | 0.46 |
| Hex | B6 | BE | 2D | 4 | 0 | 4C | 19 | 3F | 3E | 2E |
| Octal | 266 | 276 | 55 | 4 | 0 | 114 | 31 | 77 | 76 | 56 |
| Binary | 10110110 | 10111110 | 101101 | 100 | 0 | 1001100 | 11001 | 111111 | 111110 | 101110 |
Color Harmonies of #B6BE2D
Complementary color
Monochromatic Colors of #B6BE2D
Black with #B6BE2D
Text Example
Text Example
White with #B6BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BE2D; }
p { color: rgb(182,190,45); }
H1.HeaderClassName
{
color: #B6BE2D;
}
.AnyTagClassName
{
color: #B6BE2D;
}
</style>
background-color css
<style>
a { background-color: #B6BE2D; }
a { background-color: rgb(182,190,45); }
div.DivClassName
{
background-color: #B6BE2D;
}
.BgClassName
{
background-color: #B6BE2D;
}
</style>
border-color css
<style>
span { border-color: #B6BE2D; }
span { border-color: rgb(182,190,45); }
td.TdClassName
{
border-color: #B6BE2D;
}
.TagClassName
{
border-color: #B6BE2D;
}
</style>