Shades of Rio Grande #B2D20E
Tints of Rio Grande #B2D20E
RGB
CMYK
RGB Variations
Color information
#B2D20E (or 0xB2D20E) is known color: Rio Grande. HEX triplet: B2, D2 and 0E. RGB value is (178,210,14). Sum of RGB (Red+Green+Blue) = 178+210+14=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D20E is #4D2DF1. Grayscale: #B2B2B2. Windows color (decimal): -5058034 or 971442. OLE color: 971442.
HSL color Cylindrical-coordinate representation of color #B2D20E: hue angle of 69.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2D20E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 14 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.18 |
| HSL | 69.8º | 0.88% | 0.44% | - |
| HSV(B) | 69.8º | 0.93% | 0.82% | - |
| XYZ | 41.49 | 55.59 | 8.96 | - |
| YUV | 178.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 14 | 0.15 | 0 | 0.93 | 0.18 | 69.8 | 0.88 | 0.44 |
| Hex | B2 | D2 | E | F | 0 | 5D | 12 | 46 | 58 | 2C |
| Octal | 262 | 322 | 16 | 17 | 0 | 135 | 22 | 106 | 130 | 54 |
| Binary | 10110010 | 11010010 | 1110 | 1111 | 0 | 1011101 | 10010 | 1000110 | 1011000 | 101100 |
Color Harmonies of #B2D20E
Complementary color
Monochromatic Colors of #B2D20E
Black with #B2D20E
Text Example
Text Example
White with #B2D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D20E; }
p { color: rgb(178,210,14); }
H1.HeaderClassName
{
color: #B2D20E;
}
.AnyTagClassName
{
color: #B2D20E;
}
</style>
background-color css
<style>
a { background-color: #B2D20E; }
a { background-color: rgb(178,210,14); }
div.DivClassName
{
background-color: #B2D20E;
}
.BgClassName
{
background-color: #B2D20E;
}
</style>
border-color css
<style>
span { border-color: #B2D20E; }
span { border-color: rgb(178,210,14); }
td.TdClassName
{
border-color: #B2D20E;
}
.TagClassName
{
border-color: #B2D20E;
}
</style>