Shades of Rio Grande #B1C319
Tints of Rio Grande #B1C319
RGB
CMYK
RGB Variations
Color information
#B1C319 (or 0xB1C319) is known color: Rio Grande. HEX triplet: B1, C3 and 19. RGB value is (177,195,25). Sum of RGB (Red+Green+Blue) = 177+195+25=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C319 is #4E3CE6. Grayscale: #AAAAAA. Windows color (decimal): -5127399 or 1688497. OLE color: 1688497.
HSL color Cylindrical-coordinate representation of color #B1C319: hue angle of 66.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1C319 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 25 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.24 |
| HSL | 66.35º | 0.77% | 0.43% | - |
| HSV(B) | 66.35º | 0.87% | 0.76% | - |
| XYZ | 37.82 | 48.45 | 8.28 | - |
| YUV | 170.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 25 | 0.09 | 0 | 0.87 | 0.24 | 66.35 | 0.77 | 0.43 |
| Hex | B1 | C3 | 19 | 9 | 0 | 57 | 18 | 42 | 4D | 2B |
| Octal | 261 | 303 | 31 | 11 | 0 | 127 | 30 | 102 | 115 | 53 |
| Binary | 10110001 | 11000011 | 11001 | 1001 | 0 | 1010111 | 11000 | 1000010 | 1001101 | 101011 |
Color Harmonies of #B1C319
Complementary color
Monochromatic Colors of #B1C319
Black with #B1C319
Text Example
Text Example
White with #B1C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C319; }
p { color: rgb(177,195,25); }
H1.HeaderClassName
{
color: #B1C319;
}
.AnyTagClassName
{
color: #B1C319;
}
</style>
background-color css
<style>
a { background-color: #B1C319; }
a { background-color: rgb(177,195,25); }
div.DivClassName
{
background-color: #B1C319;
}
.BgClassName
{
background-color: #B1C319;
}
</style>
border-color css
<style>
span { border-color: #B1C319; }
span { border-color: rgb(177,195,25); }
td.TdClassName
{
border-color: #B1C319;
}
.TagClassName
{
border-color: #B1C319;
}
</style>