Shades of Rio Grande #B1C415
Tints of Rio Grande #B1C415
RGB
CMYK
RGB Variations
Color information
#B1C415 (or 0xB1C415) is known color: Rio Grande. HEX triplet: B1, C4 and 15. RGB value is (177,196,21). Sum of RGB (Red+Green+Blue) = 177+196+21=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C415 is #4E3BEA. Grayscale: #ABABAB. Windows color (decimal): -5127147 or 1426609. OLE color: 1426609.
HSL color Cylindrical-coordinate representation of color #B1C415: hue angle of 66.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1C415 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 21 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.23 |
| HSL | 66.51º | 0.81% | 0.43% | - |
| HSV(B) | 66.51º | 0.89% | 0.77% | - |
| XYZ | 38.01 | 48.88 | 8.14 | - |
| YUV | 170.37 | 43.71 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 21 | 0.10 | 0 | 0.89 | 0.23 | 66.51 | 0.81 | 0.43 |
| Hex | B1 | C4 | 15 | A | 0 | 59 | 17 | 43 | 51 | 2B |
| Octal | 261 | 304 | 25 | 12 | 0 | 131 | 27 | 103 | 121 | 53 |
| Binary | 10110001 | 11000100 | 10101 | 1010 | 0 | 1011001 | 10111 | 1000011 | 1010001 | 101011 |
Color Harmonies of #B1C415
Complementary color
Monochromatic Colors of #B1C415
Black with #B1C415
Text Example
Text Example
White with #B1C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C415; }
p { color: rgb(177,196,21); }
H1.HeaderClassName
{
color: #B1C415;
}
.AnyTagClassName
{
color: #B1C415;
}
</style>
background-color css
<style>
a { background-color: #B1C415; }
a { background-color: rgb(177,196,21); }
div.DivClassName
{
background-color: #B1C415;
}
.BgClassName
{
background-color: #B1C415;
}
</style>
border-color css
<style>
span { border-color: #B1C415; }
span { border-color: rgb(177,196,21); }
td.TdClassName
{
border-color: #B1C415;
}
.TagClassName
{
border-color: #B1C415;
}
</style>