Shades of Rio Grande #B1CE20
Tints of Rio Grande #B1CE20
RGB
CMYK
RGB Variations
Color information
#B1CE20 (or 0xB1CE20) is known color: Rio Grande. HEX triplet: B1, CE and 20. RGB value is (177,206,32). Sum of RGB (Red+Green+Blue) = 177+206+32=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE20 is #4E31DF. Grayscale: #B2B2B2. Windows color (decimal): -5124576 or 2150065. OLE color: 2150065.
HSL color Cylindrical-coordinate representation of color #B1CE20: hue angle of 70º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1CE20 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.19 |
| HSL | 70º | 0.73% | 0.47% | - |
| HSV(B) | 70º | 0.84% | 0.81% | - |
| XYZ | 40.46 | 53.59 | 9.58 | - |
| YUV | 177.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 32 | 0.14 | 0 | 0.84 | 0.19 | 70 | 0.73 | 0.47 |
| Hex | B1 | CE | 20 | E | 0 | 54 | 13 | 46 | 49 | 2F |
| Octal | 261 | 316 | 40 | 16 | 0 | 124 | 23 | 106 | 111 | 57 |
| Binary | 10110001 | 11001110 | 100000 | 1110 | 0 | 1010100 | 10011 | 1000110 | 1001001 | 101111 |
Color Harmonies of #B1CE20
Complementary color
Monochromatic Colors of #B1CE20
Black with #B1CE20
Text Example
Text Example
White with #B1CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE20; }
p { color: rgb(177,206,32); }
H1.HeaderClassName
{
color: #B1CE20;
}
.AnyTagClassName
{
color: #B1CE20;
}
</style>
background-color css
<style>
a { background-color: #B1CE20; }
a { background-color: rgb(177,206,32); }
div.DivClassName
{
background-color: #B1CE20;
}
.BgClassName
{
background-color: #B1CE20;
}
</style>
border-color css
<style>
span { border-color: #B1CE20; }
span { border-color: rgb(177,206,32); }
td.TdClassName
{
border-color: #B1CE20;
}
.TagClassName
{
border-color: #B1CE20;
}
</style>