Shades of Rio Grande #B1C220
Tints of Rio Grande #B1C220
RGB
CMYK
RGB Variations
Color information
#B1C220 (or 0xB1C220) is known color: Rio Grande. HEX triplet: B1, C2 and 20. RGB value is (177,194,32). Sum of RGB (Red+Green+Blue) = 177+194+32=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C220 is #4E3DDF. Grayscale: #ABABAB. Windows color (decimal): -5127648 or 2146993. OLE color: 2146993.
HSL color Cylindrical-coordinate representation of color #B1C220: hue angle of 66.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1C220 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.24 |
| HSL | 66.3º | 0.72% | 0.44% | - |
| HSV(B) | 66.3º | 0.84% | 0.76% | - |
| XYZ | 37.68 | 48.03 | 8.65 | - |
| YUV | 170.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 32 | 0.09 | 0 | 0.84 | 0.24 | 66.3 | 0.72 | 0.44 |
| Hex | B1 | C2 | 20 | 9 | 0 | 54 | 18 | 42 | 48 | 2C |
| Octal | 261 | 302 | 40 | 11 | 0 | 124 | 30 | 102 | 110 | 54 |
| Binary | 10110001 | 11000010 | 100000 | 1001 | 0 | 1010100 | 11000 | 1000010 | 1001000 | 101100 |
Color Harmonies of #B1C220
Complementary color
Monochromatic Colors of #B1C220
Black with #B1C220
Text Example
Text Example
White with #B1C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C220; }
p { color: rgb(177,194,32); }
H1.HeaderClassName
{
color: #B1C220;
}
.AnyTagClassName
{
color: #B1C220;
}
</style>
background-color css
<style>
a { background-color: #B1C220; }
a { background-color: rgb(177,194,32); }
div.DivClassName
{
background-color: #B1C220;
}
.BgClassName
{
background-color: #B1C220;
}
</style>
border-color css
<style>
span { border-color: #B1C220; }
span { border-color: rgb(177,194,32); }
td.TdClassName
{
border-color: #B1C220;
}
.TagClassName
{
border-color: #B1C220;
}
</style>