Shades of Rio Grande #B2D21F
Tints of Rio Grande #B2D21F
RGB
CMYK
RGB Variations
Color information
#B2D21F (or 0xB2D21F) is known color: Rio Grande. HEX triplet: B2, D2 and 1F. RGB value is (178,210,31). Sum of RGB (Red+Green+Blue) = 178+210+31=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D21F is #4D2DE0. Grayscale: #B4B4B4. Windows color (decimal): -5058017 or 2085554. OLE color: 2085554.
HSL color Cylindrical-coordinate representation of color #B2D21F: hue angle of 70.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2D21F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 31 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.18 |
| HSL | 70.73º | 0.74% | 0.47% | - |
| HSV(B) | 70.73º | 0.85% | 0.82% | - |
| XYZ | 41.65 | 55.66 | 9.84 | - |
| YUV | 180.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 31 | 0.15 | 0 | 0.85 | 0.18 | 70.73 | 0.74 | 0.47 |
| Hex | B2 | D2 | 1F | F | 0 | 55 | 12 | 47 | 4A | 2F |
| Octal | 262 | 322 | 37 | 17 | 0 | 125 | 22 | 107 | 112 | 57 |
| Binary | 10110010 | 11010010 | 11111 | 1111 | 0 | 1010101 | 10010 | 1000111 | 1001010 | 101111 |
Color Harmonies of #B2D21F
Complementary color
Monochromatic Colors of #B2D21F
Black with #B2D21F
Text Example
Text Example
White with #B2D21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D21F; }
p { color: rgb(178,210,31); }
H1.HeaderClassName
{
color: #B2D21F;
}
.AnyTagClassName
{
color: #B2D21F;
}
</style>
background-color css
<style>
a { background-color: #B2D21F; }
a { background-color: rgb(178,210,31); }
div.DivClassName
{
background-color: #B2D21F;
}
.BgClassName
{
background-color: #B2D21F;
}
</style>
border-color css
<style>
span { border-color: #B2D21F; }
span { border-color: rgb(178,210,31); }
td.TdClassName
{
border-color: #B2D21F;
}
.TagClassName
{
border-color: #B2D21F;
}
</style>