Shades of Rio Grande #B5BE2D
Tints of Rio Grande #B5BE2D
RGB
CMYK
RGB Variations
Color information
#B5BE2D (or 0xB5BE2D) is known color: Rio Grande. HEX triplet: B5, BE and 2D. RGB value is (181,190,45). Sum of RGB (Red+Green+Blue) = 181+190+45=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE2D is #4A41D2. Grayscale: #ABABAB. Windows color (decimal): -4866515 or 2997941. OLE color: 2997941.
HSL color Cylindrical-coordinate representation of color #B5BE2D: hue angle of 63.72º 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 #B5BE2D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 45 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.25 |
| HSL | 63.72º | 0.62% | 0.46% | - |
| HSV(B) | 63.72º | 0.76% | 0.75% | - |
| XYZ | 37.94 | 46.84 | 9.52 | - |
| YUV | 170.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 45 | 0.05 | 0 | 0.76 | 0.25 | 63.72 | 0.62 | 0.46 |
| Hex | B5 | BE | 2D | 5 | 0 | 4C | 19 | 40 | 3E | 2E |
| Octal | 265 | 276 | 55 | 5 | 0 | 114 | 31 | 100 | 76 | 56 |
| Binary | 10110101 | 10111110 | 101101 | 101 | 0 | 1001100 | 11001 | 1000000 | 111110 | 101110 |
Color Harmonies of #B5BE2D
Complementary color
Monochromatic Colors of #B5BE2D
Black with #B5BE2D
Text Example
Text Example
White with #B5BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE2D; }
p { color: rgb(181,190,45); }
H1.HeaderClassName
{
color: #B5BE2D;
}
.AnyTagClassName
{
color: #B5BE2D;
}
</style>
background-color css
<style>
a { background-color: #B5BE2D; }
a { background-color: rgb(181,190,45); }
div.DivClassName
{
background-color: #B5BE2D;
}
.BgClassName
{
background-color: #B5BE2D;
}
</style>
border-color css
<style>
span { border-color: #B5BE2D; }
span { border-color: rgb(181,190,45); }
td.TdClassName
{
border-color: #B5BE2D;
}
.TagClassName
{
border-color: #B5BE2D;
}
</style>