Shades of Rio Grande #B1C919
Tints of Rio Grande #B1C919
RGB
CMYK
RGB Variations
Color information
#B1C919 (or 0xB1C919) is known color: Rio Grande. HEX triplet: B1, C9 and 19. RGB value is (177,201,25). Sum of RGB (Red+Green+Blue) = 177+201+25=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C919 is #4E36E6. Grayscale: #AEAEAE. Windows color (decimal): -5125863 or 1690033. OLE color: 1690033.
HSL color Cylindrical-coordinate representation of color #B1C919: hue angle of 68.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1C919 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 25 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.21 |
| HSL | 68.18º | 0.78% | 0.44% | - |
| HSV(B) | 68.18º | 0.88% | 0.79% | - |
| XYZ | 39.19 | 51.19 | 8.73 | - |
| YUV | 173.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 25 | 0.12 | 0 | 0.88 | 0.21 | 68.18 | 0.78 | 0.44 |
| Hex | B1 | C9 | 19 | C | 0 | 58 | 15 | 44 | 4E | 2C |
| Octal | 261 | 311 | 31 | 14 | 0 | 130 | 25 | 104 | 116 | 54 |
| Binary | 10110001 | 11001001 | 11001 | 1100 | 0 | 1011000 | 10101 | 1000100 | 1001110 | 101100 |
Color Harmonies of #B1C919
Complementary color
Monochromatic Colors of #B1C919
Black with #B1C919
Text Example
Text Example
White with #B1C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C919; }
p { color: rgb(177,201,25); }
H1.HeaderClassName
{
color: #B1C919;
}
.AnyTagClassName
{
color: #B1C919;
}
</style>
background-color css
<style>
a { background-color: #B1C919; }
a { background-color: rgb(177,201,25); }
div.DivClassName
{
background-color: #B1C919;
}
.BgClassName
{
background-color: #B1C919;
}
</style>
border-color css
<style>
span { border-color: #B1C919; }
span { border-color: rgb(177,201,25); }
td.TdClassName
{
border-color: #B1C919;
}
.TagClassName
{
border-color: #B1C919;
}
</style>