Shades of Rio Grande #B1C019
Tints of Rio Grande #B1C019
RGB
CMYK
RGB Variations
Color information
#B1C019 (or 0xB1C019) is known color: Rio Grande. HEX triplet: B1, C0 and 19. RGB value is (177,192,25). Sum of RGB (Red+Green+Blue) = 177+192+25=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C019 is #4E3FE6. Grayscale: #A9A9A9. Windows color (decimal): -5128167 or 1687729. OLE color: 1687729.
HSL color Cylindrical-coordinate representation of color #B1C019: hue angle of 65.39º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1C019 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 25 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.25 |
| HSL | 65.39º | 0.77% | 0.43% | - |
| HSV(B) | 65.39º | 0.87% | 0.75% | - |
| XYZ | 37.16 | 47.12 | 8.06 | - |
| YUV | 168.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 25 | 0.08 | 0 | 0.87 | 0.25 | 65.39 | 0.77 | 0.43 |
| Hex | B1 | C0 | 19 | 8 | 0 | 57 | 19 | 41 | 4D | 2B |
| Octal | 261 | 300 | 31 | 10 | 0 | 127 | 31 | 101 | 115 | 53 |
| Binary | 10110001 | 11000000 | 11001 | 1000 | 0 | 1010111 | 11001 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B1C019
Complementary color
Monochromatic Colors of #B1C019
Black with #B1C019
Text Example
Text Example
White with #B1C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C019; }
p { color: rgb(177,192,25); }
H1.HeaderClassName
{
color: #B1C019;
}
.AnyTagClassName
{
color: #B1C019;
}
</style>
background-color css
<style>
a { background-color: #B1C019; }
a { background-color: rgb(177,192,25); }
div.DivClassName
{
background-color: #B1C019;
}
.BgClassName
{
background-color: #B1C019;
}
</style>
border-color css
<style>
span { border-color: #B1C019; }
span { border-color: rgb(177,192,25); }
td.TdClassName
{
border-color: #B1C019;
}
.TagClassName
{
border-color: #B1C019;
}
</style>