Shades of Rio Grande #B3D220
Tints of Rio Grande #B3D220
RGB
CMYK
RGB Variations
Color information
#B3D220 (or 0xB3D220) is known color: Rio Grande. HEX triplet: B3, D2 and 20. RGB value is (179,210,32). Sum of RGB (Red+Green+Blue) = 179+210+32=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D220 is #4C2DDF. Grayscale: #B5B5B5. Windows color (decimal): -4992480 or 2151091. OLE color: 2151091.
HSL color Cylindrical-coordinate representation of color #B3D220: hue angle of 70.45º 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 #B3D220 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 32 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.18 |
| HSL | 70.45º | 0.74% | 0.47% | - |
| HSV(B) | 70.45º | 0.85% | 0.82% | - |
| XYZ | 41.9 | 55.78 | 9.93 | - |
| YUV | 180.44 | 44.23 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 32 | 0.15 | 0 | 0.85 | 0.18 | 70.45 | 0.74 | 0.47 |
| Hex | B3 | D2 | 20 | F | 0 | 55 | 12 | 46 | 4A | 2F |
| Octal | 263 | 322 | 40 | 17 | 0 | 125 | 22 | 106 | 112 | 57 |
| Binary | 10110011 | 11010010 | 100000 | 1111 | 0 | 1010101 | 10010 | 1000110 | 1001010 | 101111 |
Color Harmonies of #B3D220
Complementary color
Monochromatic Colors of #B3D220
Black with #B3D220
Text Example
Text Example
White with #B3D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D220; }
p { color: rgb(179,210,32); }
H1.HeaderClassName
{
color: #B3D220;
}
.AnyTagClassName
{
color: #B3D220;
}
</style>
background-color css
<style>
a { background-color: #B3D220; }
a { background-color: rgb(179,210,32); }
div.DivClassName
{
background-color: #B3D220;
}
.BgClassName
{
background-color: #B3D220;
}
</style>
border-color css
<style>
span { border-color: #B3D220; }
span { border-color: rgb(179,210,32); }
td.TdClassName
{
border-color: #B3D220;
}
.TagClassName
{
border-color: #B3D220;
}
</style>