Shades of Rio Grande #B1C820
Tints of Rio Grande #B1C820
RGB
CMYK
RGB Variations
Color information
#B1C820 (or 0xB1C820) is known color: Rio Grande. HEX triplet: B1, C8 and 20. RGB value is (177,200,32). Sum of RGB (Red+Green+Blue) = 177+200+32=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C820 is #4E37DF. Grayscale: #AEAEAE. Windows color (decimal): -5126112 or 2148529. OLE color: 2148529.
HSL color Cylindrical-coordinate representation of color #B1C820: hue angle of 68.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1C820 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 32 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.22 |
| HSL | 68.21º | 0.72% | 0.45% | - |
| HSV(B) | 68.21º | 0.84% | 0.78% | - |
| XYZ | 39.05 | 50.76 | 9.11 | - |
| YUV | 173.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 32 | 0.12 | 0 | 0.84 | 0.22 | 68.21 | 0.72 | 0.45 |
| Hex | B1 | C8 | 20 | C | 0 | 54 | 16 | 44 | 48 | 2D |
| Octal | 261 | 310 | 40 | 14 | 0 | 124 | 26 | 104 | 110 | 55 |
| Binary | 10110001 | 11001000 | 100000 | 1100 | 0 | 1010100 | 10110 | 1000100 | 1001000 | 101101 |
Color Harmonies of #B1C820
Complementary color
Monochromatic Colors of #B1C820
Black with #B1C820
Text Example
Text Example
White with #B1C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C820; }
p { color: rgb(177,200,32); }
H1.HeaderClassName
{
color: #B1C820;
}
.AnyTagClassName
{
color: #B1C820;
}
</style>
background-color css
<style>
a { background-color: #B1C820; }
a { background-color: rgb(177,200,32); }
div.DivClassName
{
background-color: #B1C820;
}
.BgClassName
{
background-color: #B1C820;
}
</style>
border-color css
<style>
span { border-color: #B1C820; }
span { border-color: rgb(177,200,32); }
td.TdClassName
{
border-color: #B1C820;
}
.TagClassName
{
border-color: #B1C820;
}
</style>