Shades of Rio Grande #B2D120
Tints of Rio Grande #B2D120
RGB
CMYK
RGB Variations
Color information
#B2D120 (or 0xB2D120) is known color: Rio Grande. HEX triplet: B2, D1 and 20. RGB value is (178,209,32). Sum of RGB (Red+Green+Blue) = 178+209+32=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D120 is #4D2EDF. Grayscale: #B4B4B4. Windows color (decimal): -5058272 or 2150834. OLE color: 2150834.
HSL color Cylindrical-coordinate representation of color #B2D120: hue angle of 70.51º degrees, saturation: 0.73, 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 #B2D120 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 32 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.18 |
| HSL | 70.51º | 0.73% | 0.47% | - |
| HSV(B) | 70.51º | 0.85% | 0.82% | - |
| XYZ | 41.42 | 55.17 | 9.83 | - |
| YUV | 179.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 32 | 0.15 | 0 | 0.85 | 0.18 | 70.51 | 0.73 | 0.47 |
| Hex | B2 | D1 | 20 | F | 0 | 55 | 12 | 47 | 49 | 2F |
| Octal | 262 | 321 | 40 | 17 | 0 | 125 | 22 | 107 | 111 | 57 |
| Binary | 10110010 | 11010001 | 100000 | 1111 | 0 | 1010101 | 10010 | 1000111 | 1001001 | 101111 |
Color Harmonies of #B2D120
Complementary color
Monochromatic Colors of #B2D120
Black with #B2D120
Text Example
Text Example
White with #B2D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D120; }
p { color: rgb(178,209,32); }
H1.HeaderClassName
{
color: #B2D120;
}
.AnyTagClassName
{
color: #B2D120;
}
</style>
background-color css
<style>
a { background-color: #B2D120; }
a { background-color: rgb(178,209,32); }
div.DivClassName
{
background-color: #B2D120;
}
.BgClassName
{
background-color: #B2D120;
}
</style>
border-color css
<style>
span { border-color: #B2D120; }
span { border-color: rgb(178,209,32); }
td.TdClassName
{
border-color: #B2D120;
}
.TagClassName
{
border-color: #B2D120;
}
</style>