Shades of Rio Grande #B2D218
Tints of Rio Grande #B2D218
RGB
CMYK
RGB Variations
Color information
#B2D218 (or 0xB2D218) is known color: Rio Grande. HEX triplet: B2, D2 and 18. RGB value is (178,210,24). Sum of RGB (Red+Green+Blue) = 178+210+24=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D218 is #4D2DE7. Grayscale: #B3B3B3. Windows color (decimal): -5058024 or 1626802. OLE color: 1626802.
HSL color Cylindrical-coordinate representation of color #B2D218: hue angle of 70.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2D218 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.18 |
| HSL | 70.32º | 0.79% | 0.46% | - |
| HSV(B) | 70.32º | 0.89% | 0.82% | - |
| XYZ | 41.57 | 55.62 | 9.41 | - |
| YUV | 179.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 24 | 0.15 | 0 | 0.89 | 0.18 | 70.32 | 0.79 | 0.46 |
| Hex | B2 | D2 | 18 | F | 0 | 59 | 12 | 46 | 4F | 2E |
| Octal | 262 | 322 | 30 | 17 | 0 | 131 | 22 | 106 | 117 | 56 |
| Binary | 10110010 | 11010010 | 11000 | 1111 | 0 | 1011001 | 10010 | 1000110 | 1001111 | 101110 |
Color Harmonies of #B2D218
Complementary color
Monochromatic Colors of #B2D218
Black with #B2D218
Text Example
Text Example
White with #B2D218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D218; }
p { color: rgb(178,210,24); }
H1.HeaderClassName
{
color: #B2D218;
}
.AnyTagClassName
{
color: #B2D218;
}
</style>
background-color css
<style>
a { background-color: #B2D218; }
a { background-color: rgb(178,210,24); }
div.DivClassName
{
background-color: #B2D218;
}
.BgClassName
{
background-color: #B2D218;
}
</style>
border-color css
<style>
span { border-color: #B2D218; }
span { border-color: rgb(178,210,24); }
td.TdClassName
{
border-color: #B2D218;
}
.TagClassName
{
border-color: #B2D218;
}
</style>