Shades of Rio Grande #B4BE2C
Tints of Rio Grande #B4BE2C
RGB
CMYK
RGB Variations
Color information
#B4BE2C (or 0xB4BE2C) is known color: Rio Grande. HEX triplet: B4, BE and 2C. RGB value is (180,190,44). Sum of RGB (Red+Green+Blue) = 180+190+44=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE2C is #4B41D3. Grayscale: #AAAAAA. Windows color (decimal): -4932052 or 2932404. OLE color: 2932404.
HSL color Cylindrical-coordinate representation of color #B4BE2C: hue angle of 64.11º 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 #B4BE2C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 44 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.25 |
| HSL | 64.11º | 0.62% | 0.46% | - |
| HSV(B) | 64.11º | 0.77% | 0.75% | - |
| XYZ | 37.69 | 46.71 | 9.41 | - |
| YUV | 170.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 44 | 0.05 | 0 | 0.77 | 0.25 | 64.11 | 0.62 | 0.46 |
| Hex | B4 | BE | 2C | 5 | 0 | 4D | 19 | 40 | 3E | 2E |
| Octal | 264 | 276 | 54 | 5 | 0 | 115 | 31 | 100 | 76 | 56 |
| Binary | 10110100 | 10111110 | 101100 | 101 | 0 | 1001101 | 11001 | 1000000 | 111110 | 101110 |
Color Harmonies of #B4BE2C
Complementary color
Monochromatic Colors of #B4BE2C
Black with #B4BE2C
Text Example
Text Example
White with #B4BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE2C; }
p { color: rgb(180,190,44); }
H1.HeaderClassName
{
color: #B4BE2C;
}
.AnyTagClassName
{
color: #B4BE2C;
}
</style>
background-color css
<style>
a { background-color: #B4BE2C; }
a { background-color: rgb(180,190,44); }
div.DivClassName
{
background-color: #B4BE2C;
}
.BgClassName
{
background-color: #B4BE2C;
}
</style>
border-color css
<style>
span { border-color: #B4BE2C; }
span { border-color: rgb(180,190,44); }
td.TdClassName
{
border-color: #B4BE2C;
}
.TagClassName
{
border-color: #B4BE2C;
}
</style>