Shades of Rio Grande #B3C219
Tints of Rio Grande #B3C219
RGB
CMYK
RGB Variations
Color information
#B3C219 (or 0xB3C219) is known color: Rio Grande. HEX triplet: B3, C2 and 19. RGB value is (179,194,25). Sum of RGB (Red+Green+Blue) = 179+194+25=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C219 is #4C3DE6. Grayscale: #AAAAAA. Windows color (decimal): -4996583 or 1688243. OLE color: 1688243.
HSL color Cylindrical-coordinate representation of color #B3C219: hue angle of 65.33º 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 #B3C219 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 25 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.24 |
| HSL | 65.33º | 0.77% | 0.43% | - |
| HSV(B) | 65.33º | 0.87% | 0.76% | - |
| XYZ | 38.06 | 48.24 | 8.22 | - |
| YUV | 170.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 25 | 0.08 | 0 | 0.87 | 0.24 | 65.33 | 0.77 | 0.43 |
| Hex | B3 | C2 | 19 | 8 | 0 | 57 | 18 | 41 | 4D | 2B |
| Octal | 263 | 302 | 31 | 10 | 0 | 127 | 30 | 101 | 115 | 53 |
| Binary | 10110011 | 11000010 | 11001 | 1000 | 0 | 1010111 | 11000 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B3C219
Complementary color
Monochromatic Colors of #B3C219
Black with #B3C219
Text Example
Text Example
White with #B3C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C219; }
p { color: rgb(179,194,25); }
H1.HeaderClassName
{
color: #B3C219;
}
.AnyTagClassName
{
color: #B3C219;
}
</style>
background-color css
<style>
a { background-color: #B3C219; }
a { background-color: rgb(179,194,25); }
div.DivClassName
{
background-color: #B3C219;
}
.BgClassName
{
background-color: #B3C219;
}
</style>
border-color css
<style>
span { border-color: #B3C219; }
span { border-color: rgb(179,194,25); }
td.TdClassName
{
border-color: #B3C219;
}
.TagClassName
{
border-color: #B3C219;
}
</style>