Shades of Rio Grande #B3C819
Tints of Rio Grande #B3C819
RGB
CMYK
RGB Variations
Color information
#B3C819 (or 0xB3C819) is known color: Rio Grande. HEX triplet: B3, C8 and 19. RGB value is (179,200,25). Sum of RGB (Red+Green+Blue) = 179+200+25=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C819 is #4C37E6. Grayscale: #AEAEAE. Windows color (decimal): -4995047 or 1689779. OLE color: 1689779.
HSL color Cylindrical-coordinate representation of color #B3C819: hue angle of 67.2º 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 #B3C819 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 25 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.22 |
| HSL | 67.2º | 0.78% | 0.44% | - |
| HSV(B) | 67.2º | 0.88% | 0.78% | - |
| XYZ | 39.42 | 50.96 | 8.68 | - |
| YUV | 173.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 25 | 0.10 | 0 | 0.88 | 0.22 | 67.2 | 0.78 | 0.44 |
| Hex | B3 | C8 | 19 | A | 0 | 58 | 16 | 43 | 4E | 2C |
| Octal | 263 | 310 | 31 | 12 | 0 | 130 | 26 | 103 | 116 | 54 |
| Binary | 10110011 | 11001000 | 11001 | 1010 | 0 | 1011000 | 10110 | 1000011 | 1001110 | 101100 |
Color Harmonies of #B3C819
Complementary color
Monochromatic Colors of #B3C819
Black with #B3C819
Text Example
Text Example
White with #B3C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C819; }
p { color: rgb(179,200,25); }
H1.HeaderClassName
{
color: #B3C819;
}
.AnyTagClassName
{
color: #B3C819;
}
</style>
background-color css
<style>
a { background-color: #B3C819; }
a { background-color: rgb(179,200,25); }
div.DivClassName
{
background-color: #B3C819;
}
.BgClassName
{
background-color: #B3C819;
}
</style>
border-color css
<style>
span { border-color: #B3C819; }
span { border-color: rgb(179,200,25); }
td.TdClassName
{
border-color: #B3C819;
}
.TagClassName
{
border-color: #B3C819;
}
</style>