Shades of Rio Grande #B2BE16
Tints of Rio Grande #B2BE16
RGB
CMYK
RGB Variations
Color information
#B2BE16 (or 0xB2BE16) is known color: Rio Grande. HEX triplet: B2, BE and 16. RGB value is (178,190,22). Sum of RGB (Red+Green+Blue) = 178+190+22=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE16 is #4D41E9. Grayscale: #A7A7A7. Windows color (decimal): -5063146 or 1490610. OLE color: 1490610.
HSL color Cylindrical-coordinate representation of color #B2BE16: hue angle of 64.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BE16 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 22 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.25 |
| HSL | 64.29º | 0.79% | 0.42% | - |
| HSV(B) | 64.29º | 0.88% | 0.75% | - |
| XYZ | 36.92 | 46.35 | 7.76 | - |
| YUV | 167.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 22 | 0.06 | 0 | 0.88 | 0.25 | 64.29 | 0.79 | 0.42 |
| Hex | B2 | BE | 16 | 6 | 0 | 58 | 19 | 40 | 4F | 2A |
| Octal | 262 | 276 | 26 | 6 | 0 | 130 | 31 | 100 | 117 | 52 |
| Binary | 10110010 | 10111110 | 10110 | 110 | 0 | 1011000 | 11001 | 1000000 | 1001111 | 101010 |
Color Harmonies of #B2BE16
Complementary color
Monochromatic Colors of #B2BE16
Black with #B2BE16
Text Example
Text Example
White with #B2BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE16; }
p { color: rgb(178,190,22); }
H1.HeaderClassName
{
color: #B2BE16;
}
.AnyTagClassName
{
color: #B2BE16;
}
</style>
background-color css
<style>
a { background-color: #B2BE16; }
a { background-color: rgb(178,190,22); }
div.DivClassName
{
background-color: #B2BE16;
}
.BgClassName
{
background-color: #B2BE16;
}
</style>
border-color css
<style>
span { border-color: #B2BE16; }
span { border-color: rgb(178,190,22); }
td.TdClassName
{
border-color: #B2BE16;
}
.TagClassName
{
border-color: #B2BE16;
}
</style>