Shades of Rio Grande #B1C718
Tints of Rio Grande #B1C718
RGB
CMYK
RGB Variations
Color information
#B1C718 (or 0xB1C718) is known color: Rio Grande. HEX triplet: B1, C7 and 18. RGB value is (177,199,24). Sum of RGB (Red+Green+Blue) = 177+199+24=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C718 is #4E38E7. Grayscale: #ADADAD. Windows color (decimal): -5126376 or 1623985. OLE color: 1623985.
HSL color Cylindrical-coordinate representation of color #B1C718: hue angle of 67.54º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1C718 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 24 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.22 |
| HSL | 67.54º | 0.78% | 0.44% | - |
| HSV(B) | 67.54º | 0.88% | 0.78% | - |
| XYZ | 38.72 | 50.26 | 8.52 | - |
| YUV | 172.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 24 | 0.11 | 0 | 0.88 | 0.22 | 67.54 | 0.78 | 0.44 |
| Hex | B1 | C7 | 18 | B | 0 | 58 | 16 | 44 | 4E | 2C |
| Octal | 261 | 307 | 30 | 13 | 0 | 130 | 26 | 104 | 116 | 54 |
| Binary | 10110001 | 11000111 | 11000 | 1011 | 0 | 1011000 | 10110 | 1000100 | 1001110 | 101100 |
Color Harmonies of #B1C718
Complementary color
Monochromatic Colors of #B1C718
Black with #B1C718
Text Example
Text Example
White with #B1C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C718; }
p { color: rgb(177,199,24); }
H1.HeaderClassName
{
color: #B1C718;
}
.AnyTagClassName
{
color: #B1C718;
}
</style>
background-color css
<style>
a { background-color: #B1C718; }
a { background-color: rgb(177,199,24); }
div.DivClassName
{
background-color: #B1C718;
}
.BgClassName
{
background-color: #B1C718;
}
</style>
border-color css
<style>
span { border-color: #B1C718; }
span { border-color: rgb(177,199,24); }
td.TdClassName
{
border-color: #B1C718;
}
.TagClassName
{
border-color: #B1C718;
}
</style>