Shades of Rio Grande #B1C910
Tints of Rio Grande #B1C910
RGB
CMYK
RGB Variations
Color information
#B1C910 (or 0xB1C910) is known color: Rio Grande. HEX triplet: B1, C9 and 10. RGB value is (177,201,16). Sum of RGB (Red+Green+Blue) = 177+201+16=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C910 is #4E36EF. Grayscale: #ADADAD. Windows color (decimal): -5125872 or 1100209. OLE color: 1100209.
HSL color Cylindrical-coordinate representation of color #B1C910: hue angle of 67.78º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1C910 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.21 |
| HSL | 67.78º | 0.85% | 0.43% | - |
| HSV(B) | 67.78º | 0.92% | 0.79% | - |
| XYZ | 39.11 | 51.16 | 8.3 | - |
| YUV | 172.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 16 | 0.12 | 0 | 0.92 | 0.21 | 67.78 | 0.85 | 0.43 |
| Hex | B1 | C9 | 10 | C | 0 | 5C | 15 | 44 | 55 | 2B |
| Octal | 261 | 311 | 20 | 14 | 0 | 134 | 25 | 104 | 125 | 53 |
| Binary | 10110001 | 11001001 | 10000 | 1100 | 0 | 1011100 | 10101 | 1000100 | 1010101 | 101011 |
Color Harmonies of #B1C910
Complementary color
Monochromatic Colors of #B1C910
Black with #B1C910
Text Example
Text Example
White with #B1C910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C910; }
p { color: rgb(177,201,16); }
H1.HeaderClassName
{
color: #B1C910;
}
.AnyTagClassName
{
color: #B1C910;
}
</style>
background-color css
<style>
a { background-color: #B1C910; }
a { background-color: rgb(177,201,16); }
div.DivClassName
{
background-color: #B1C910;
}
.BgClassName
{
background-color: #B1C910;
}
</style>
border-color css
<style>
span { border-color: #B1C910; }
span { border-color: rgb(177,201,16); }
td.TdClassName
{
border-color: #B1C910;
}
.TagClassName
{
border-color: #B1C910;
}
</style>