Shades of Rio Grande #B1C92C
Tints of Rio Grande #B1C92C
RGB
CMYK
RGB Variations
Color information
#B1C92C (or 0xB1C92C) is known color: Rio Grande. HEX triplet: B1, C9 and 2C. RGB value is (177,201,44). Sum of RGB (Red+Green+Blue) = 177+201+44=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C92C is #4E36D3. Grayscale: #B0B0B0. Windows color (decimal): -5125844 or 2935217. OLE color: 2935217.
HSL color Cylindrical-coordinate representation of color #B1C92C: hue angle of 69.17º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1C92C is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 44 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.21 |
| HSL | 69.17º | 0.64% | 0.48% | - |
| HSV(B) | 69.17º | 0.78% | 0.79% | - |
| XYZ | 39.47 | 51.3 | 10.2 | - |
| YUV | 175.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 44 | 0.12 | 0 | 0.78 | 0.21 | 69.17 | 0.64 | 0.48 |
| Hex | B1 | C9 | 2C | C | 0 | 4E | 15 | 45 | 40 | 30 |
| Octal | 261 | 311 | 54 | 14 | 0 | 116 | 25 | 105 | 100 | 60 |
| Binary | 10110001 | 11001001 | 101100 | 1100 | 0 | 1001110 | 10101 | 1000101 | 1000000 | 110000 |
Color Harmonies of #B1C92C
Complementary color
Monochromatic Colors of #B1C92C
Black with #B1C92C
Text Example
Text Example
White with #B1C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C92C; }
p { color: rgb(177,201,44); }
H1.HeaderClassName
{
color: #B1C92C;
}
.AnyTagClassName
{
color: #B1C92C;
}
</style>
background-color css
<style>
a { background-color: #B1C92C; }
a { background-color: rgb(177,201,44); }
div.DivClassName
{
background-color: #B1C92C;
}
.BgClassName
{
background-color: #B1C92C;
}
</style>
border-color css
<style>
span { border-color: #B1C92C; }
span { border-color: rgb(177,201,44); }
td.TdClassName
{
border-color: #B1C92C;
}
.TagClassName
{
border-color: #B1C92C;
}
</style>