Shades of Rio Grande #B1C013
Tints of Rio Grande #B1C013
RGB
CMYK
RGB Variations
Color information
#B1C013 (or 0xB1C013) is known color: Rio Grande. HEX triplet: B1, C0 and 13. RGB value is (177,192,19). Sum of RGB (Red+Green+Blue) = 177+192+19=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C013 is #4E3FEC. Grayscale: #A8A8A8. Windows color (decimal): -5128173 or 1294513. OLE color: 1294513.
HSL color Cylindrical-coordinate representation of color #B1C013: hue angle of 65.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1C013 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 19 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.25 |
| HSL | 65.2º | 0.82% | 0.41% | - |
| HSV(B) | 65.2º | 0.9% | 0.75% | - |
| XYZ | 37.1 | 47.09 | 7.75 | - |
| YUV | 167.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 19 | 0.08 | 0 | 0.90 | 0.25 | 65.2 | 0.82 | 0.41 |
| Hex | B1 | C0 | 13 | 8 | 0 | 5A | 19 | 41 | 52 | 29 |
| Octal | 261 | 300 | 23 | 10 | 0 | 132 | 31 | 101 | 122 | 51 |
| Binary | 10110001 | 11000000 | 10011 | 1000 | 0 | 1011010 | 11001 | 1000001 | 1010010 | 101001 |
Color Harmonies of #B1C013
Complementary color
Monochromatic Colors of #B1C013
Black with #B1C013
Text Example
Text Example
White with #B1C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C013; }
p { color: rgb(177,192,19); }
H1.HeaderClassName
{
color: #B1C013;
}
.AnyTagClassName
{
color: #B1C013;
}
</style>
background-color css
<style>
a { background-color: #B1C013; }
a { background-color: rgb(177,192,19); }
div.DivClassName
{
background-color: #B1C013;
}
.BgClassName
{
background-color: #B1C013;
}
</style>
border-color css
<style>
span { border-color: #B1C013; }
span { border-color: rgb(177,192,19); }
td.TdClassName
{
border-color: #B1C013;
}
.TagClassName
{
border-color: #B1C013;
}
</style>