Shades of Rio Grande #B2BE20
Tints of Rio Grande #B2BE20
RGB
CMYK
RGB Variations
Color information
#B2BE20 (or 0xB2BE20) is known color: Rio Grande. HEX triplet: B2, BE and 20. RGB value is (178,190,32). Sum of RGB (Red+Green+Blue) = 178+190+32=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE20 is #4D41DF. Grayscale: #A9A9A9. Windows color (decimal): -5063136 or 2145970. OLE color: 2145970.
HSL color Cylindrical-coordinate representation of color #B2BE20: hue angle of 64.56º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2BE20 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 32 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.25 |
| HSL | 64.56º | 0.71% | 0.44% | - |
| HSV(B) | 64.56º | 0.83% | 0.75% | - |
| XYZ | 37.03 | 46.4 | 8.37 | - |
| YUV | 168.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 32 | 0.06 | 0 | 0.83 | 0.25 | 64.56 | 0.71 | 0.44 |
| Hex | B2 | BE | 20 | 6 | 0 | 53 | 19 | 41 | 47 | 2C |
| Octal | 262 | 276 | 40 | 6 | 0 | 123 | 31 | 101 | 107 | 54 |
| Binary | 10110010 | 10111110 | 100000 | 110 | 0 | 1010011 | 11001 | 1000001 | 1000111 | 101100 |
Color Harmonies of #B2BE20
Complementary color
Monochromatic Colors of #B2BE20
Black with #B2BE20
Text Example
Text Example
White with #B2BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE20; }
p { color: rgb(178,190,32); }
H1.HeaderClassName
{
color: #B2BE20;
}
.AnyTagClassName
{
color: #B2BE20;
}
</style>
background-color css
<style>
a { background-color: #B2BE20; }
a { background-color: rgb(178,190,32); }
div.DivClassName
{
background-color: #B2BE20;
}
.BgClassName
{
background-color: #B2BE20;
}
</style>
border-color css
<style>
span { border-color: #B2BE20; }
span { border-color: rgb(178,190,32); }
td.TdClassName
{
border-color: #B2BE20;
}
.TagClassName
{
border-color: #B2BE20;
}
</style>