Shades of Rio Grande #B1D014
Tints of Rio Grande #B1D014
RGB
CMYK
RGB Variations
Color information
#B1D014 (or 0xB1D014) is known color: Rio Grande. HEX triplet: B1, D0 and 14. RGB value is (177,208,20). Sum of RGB (Red+Green+Blue) = 177+208+20=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D014 is #4E2FEB. Grayscale: #B2B2B2. Windows color (decimal): -5124076 or 1364145. OLE color: 1364145.
HSL color Cylindrical-coordinate representation of color #B1D014: hue angle of 69.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1D014 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 20 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.18 |
| HSL | 69.89º | 0.82% | 0.45% | - |
| HSV(B) | 69.89º | 0.9% | 0.82% | - |
| XYZ | 40.81 | 54.51 | 9.03 | - |
| YUV | 177.3 | 39.23 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 20 | 0.15 | 0 | 0.90 | 0.18 | 69.89 | 0.82 | 0.45 |
| Hex | B1 | D0 | 14 | F | 0 | 5A | 12 | 46 | 52 | 2D |
| Octal | 261 | 320 | 24 | 17 | 0 | 132 | 22 | 106 | 122 | 55 |
| Binary | 10110001 | 11010000 | 10100 | 1111 | 0 | 1011010 | 10010 | 1000110 | 1010010 | 101101 |
Color Harmonies of #B1D014
Complementary color
Monochromatic Colors of #B1D014
Black with #B1D014
Text Example
Text Example
White with #B1D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D014; }
p { color: rgb(177,208,20); }
H1.HeaderClassName
{
color: #B1D014;
}
.AnyTagClassName
{
color: #B1D014;
}
</style>
background-color css
<style>
a { background-color: #B1D014; }
a { background-color: rgb(177,208,20); }
div.DivClassName
{
background-color: #B1D014;
}
.BgClassName
{
background-color: #B1D014;
}
</style>
border-color css
<style>
span { border-color: #B1D014; }
span { border-color: rgb(177,208,20); }
td.TdClassName
{
border-color: #B1D014;
}
.TagClassName
{
border-color: #B1D014;
}
</style>