Shades of Rio Grande #B1C11E
Tints of Rio Grande #B1C11E
RGB
CMYK
RGB Variations
Color information
#B1C11E (or 0xB1C11E) is known color: Rio Grande. HEX triplet: B1, C1 and 1E. RGB value is (177,193,30). Sum of RGB (Red+Green+Blue) = 177+193+30=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C11E is #4E3EE1. Grayscale: #AAAAAA. Windows color (decimal): -5127906 or 2015665. OLE color: 2015665.
HSL color Cylindrical-coordinate representation of color #B1C11E: hue angle of 65.89º degrees, saturation: 0.73, 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 #B1C11E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 30 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.24 |
| HSL | 65.89º | 0.73% | 0.44% | - |
| HSV(B) | 65.89º | 0.84% | 0.76% | - |
| XYZ | 37.44 | 47.58 | 8.44 | - |
| YUV | 169.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 30 | 0.08 | 0 | 0.84 | 0.24 | 65.89 | 0.73 | 0.44 |
| Hex | B1 | C1 | 1E | 8 | 0 | 54 | 18 | 42 | 49 | 2C |
| Octal | 261 | 301 | 36 | 10 | 0 | 124 | 30 | 102 | 111 | 54 |
| Binary | 10110001 | 11000001 | 11110 | 1000 | 0 | 1010100 | 11000 | 1000010 | 1001001 | 101100 |
Color Harmonies of #B1C11E
Complementary color
Monochromatic Colors of #B1C11E
Black with #B1C11E
Text Example
Text Example
White with #B1C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C11E; }
p { color: rgb(177,193,30); }
H1.HeaderClassName
{
color: #B1C11E;
}
.AnyTagClassName
{
color: #B1C11E;
}
</style>
background-color css
<style>
a { background-color: #B1C11E; }
a { background-color: rgb(177,193,30); }
div.DivClassName
{
background-color: #B1C11E;
}
.BgClassName
{
background-color: #B1C11E;
}
</style>
border-color css
<style>
span { border-color: #B1C11E; }
span { border-color: rgb(177,193,30); }
td.TdClassName
{
border-color: #B1C11E;
}
.TagClassName
{
border-color: #B1C11E;
}
</style>