Shades of Rio Grande #B5BE2C
Tints of Rio Grande #B5BE2C
RGB
CMYK
RGB Variations
Color information
#B5BE2C (or 0xB5BE2C) is known color: Rio Grande. HEX triplet: B5, BE and 2C. RGB value is (181,190,44). Sum of RGB (Red+Green+Blue) = 181+190+44=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE2C is #4A41D3. Grayscale: #ABABAB. Windows color (decimal): -4866516 or 2932405. OLE color: 2932405.
HSL color Cylindrical-coordinate representation of color #B5BE2C: hue angle of 63.7º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5BE2C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 44 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.25 |
| HSL | 63.7º | 0.62% | 0.46% | - |
| HSV(B) | 63.7º | 0.77% | 0.75% | - |
| XYZ | 37.92 | 46.83 | 9.42 | - |
| YUV | 170.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 44 | 0.05 | 0 | 0.77 | 0.25 | 63.7 | 0.62 | 0.46 |
| Hex | B5 | BE | 2C | 5 | 0 | 4D | 19 | 40 | 3E | 2E |
| Octal | 265 | 276 | 54 | 5 | 0 | 115 | 31 | 100 | 76 | 56 |
| Binary | 10110101 | 10111110 | 101100 | 101 | 0 | 1001101 | 11001 | 1000000 | 111110 | 101110 |
Color Harmonies of #B5BE2C
Complementary color
Monochromatic Colors of #B5BE2C
Black with #B5BE2C
Text Example
Text Example
White with #B5BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE2C; }
p { color: rgb(181,190,44); }
H1.HeaderClassName
{
color: #B5BE2C;
}
.AnyTagClassName
{
color: #B5BE2C;
}
</style>
background-color css
<style>
a { background-color: #B5BE2C; }
a { background-color: rgb(181,190,44); }
div.DivClassName
{
background-color: #B5BE2C;
}
.BgClassName
{
background-color: #B5BE2C;
}
</style>
border-color css
<style>
span { border-color: #B5BE2C; }
span { border-color: rgb(181,190,44); }
td.TdClassName
{
border-color: #B5BE2C;
}
.TagClassName
{
border-color: #B5BE2C;
}
</style>