Shades of Rio Grande #B5C219
Tints of Rio Grande #B5C219
RGB
CMYK
RGB Variations
Color information
#B5C219 (or 0xB5C219) is known color: Rio Grande. HEX triplet: B5, C2 and 19. RGB value is (181,194,25). Sum of RGB (Red+Green+Blue) = 181+194+25=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C219 is #4A3DE6. Grayscale: #ABABAB. Windows color (decimal): -4865511 or 1688245. OLE color: 1688245.
HSL color Cylindrical-coordinate representation of color #B5C219: hue angle of 64.62º 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 #B5C219 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 25 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.24 |
| HSL | 64.62º | 0.77% | 0.43% | - |
| HSV(B) | 64.62º | 0.87% | 0.76% | - |
| XYZ | 38.52 | 48.48 | 8.25 | - |
| YUV | 170.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 25 | 0.07 | 0 | 0.87 | 0.24 | 64.62 | 0.77 | 0.43 |
| Hex | B5 | C2 | 19 | 7 | 0 | 57 | 18 | 41 | 4D | 2B |
| Octal | 265 | 302 | 31 | 7 | 0 | 127 | 30 | 101 | 115 | 53 |
| Binary | 10110101 | 11000010 | 11001 | 111 | 0 | 1010111 | 11000 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B5C219
Complementary color
Monochromatic Colors of #B5C219
Black with #B5C219
Text Example
Text Example
White with #B5C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C219; }
p { color: rgb(181,194,25); }
H1.HeaderClassName
{
color: #B5C219;
}
.AnyTagClassName
{
color: #B5C219;
}
</style>
background-color css
<style>
a { background-color: #B5C219; }
a { background-color: rgb(181,194,25); }
div.DivClassName
{
background-color: #B5C219;
}
.BgClassName
{
background-color: #B5C219;
}
</style>
border-color css
<style>
span { border-color: #B5C219; }
span { border-color: rgb(181,194,25); }
td.TdClassName
{
border-color: #B5C219;
}
.TagClassName
{
border-color: #B5C219;
}
</style>