Shades of Rio Grande #B3C119
Tints of Rio Grande #B3C119
RGB
CMYK
RGB Variations
Color information
#B3C119 (or 0xB3C119) is known color: Rio Grande. HEX triplet: B3, C1 and 19. RGB value is (179,193,25). Sum of RGB (Red+Green+Blue) = 179+193+25=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C119 is #4C3EE6. Grayscale: #AAAAAA. Windows color (decimal): -4996839 or 1687987. OLE color: 1687987.
HSL color Cylindrical-coordinate representation of color #B3C119: hue angle of 65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3C119 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 25 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.24 |
| HSL | 65º | 0.77% | 0.43% | - |
| HSV(B) | 65º | 0.87% | 0.76% | - |
| XYZ | 37.84 | 47.79 | 8.15 | - |
| YUV | 169.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 25 | 0.07 | 0 | 0.87 | 0.24 | 65 | 0.77 | 0.43 |
| Hex | B3 | C1 | 19 | 7 | 0 | 57 | 18 | 41 | 4D | 2B |
| Octal | 263 | 301 | 31 | 7 | 0 | 127 | 30 | 101 | 115 | 53 |
| Binary | 10110011 | 11000001 | 11001 | 111 | 0 | 1010111 | 11000 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B3C119
Complementary color
Monochromatic Colors of #B3C119
Black with #B3C119
Text Example
Text Example
White with #B3C119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C119; }
p { color: rgb(179,193,25); }
H1.HeaderClassName
{
color: #B3C119;
}
.AnyTagClassName
{
color: #B3C119;
}
</style>
background-color css
<style>
a { background-color: #B3C119; }
a { background-color: rgb(179,193,25); }
div.DivClassName
{
background-color: #B3C119;
}
.BgClassName
{
background-color: #B3C119;
}
</style>
border-color css
<style>
span { border-color: #B3C119; }
span { border-color: rgb(179,193,25); }
td.TdClassName
{
border-color: #B3C119;
}
.TagClassName
{
border-color: #B3C119;
}
</style>