Shades of Rio Grande #B5C019
Tints of Rio Grande #B5C019
RGB
CMYK
RGB Variations
Color information
#B5C019 (or 0xB5C019) is known color: Rio Grande. HEX triplet: B5, C0 and 19. RGB value is (181,192,25). Sum of RGB (Red+Green+Blue) = 181+192+25=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C019 is #4A3FE6. Grayscale: #AAAAAA. Windows color (decimal): -4866023 or 1687733. OLE color: 1687733.
HSL color Cylindrical-coordinate representation of color #B5C019: hue angle of 63.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5C019 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 25 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.25 |
| HSL | 63.95º | 0.77% | 0.43% | - |
| HSV(B) | 63.95º | 0.87% | 0.75% | - |
| XYZ | 38.08 | 47.59 | 8.1 | - |
| YUV | 169.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 25 | 0.06 | 0 | 0.87 | 0.25 | 63.95 | 0.77 | 0.43 |
| Hex | B5 | C0 | 19 | 6 | 0 | 57 | 19 | 40 | 4D | 2B |
| Octal | 265 | 300 | 31 | 6 | 0 | 127 | 31 | 100 | 115 | 53 |
| Binary | 10110101 | 11000000 | 11001 | 110 | 0 | 1010111 | 11001 | 1000000 | 1001101 | 101011 |
Color Harmonies of #B5C019
Complementary color
Monochromatic Colors of #B5C019
Black with #B5C019
Text Example
Text Example
White with #B5C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C019; }
p { color: rgb(181,192,25); }
H1.HeaderClassName
{
color: #B5C019;
}
.AnyTagClassName
{
color: #B5C019;
}
</style>
background-color css
<style>
a { background-color: #B5C019; }
a { background-color: rgb(181,192,25); }
div.DivClassName
{
background-color: #B5C019;
}
.BgClassName
{
background-color: #B5C019;
}
</style>
border-color css
<style>
span { border-color: #B5C019; }
span { border-color: rgb(181,192,25); }
td.TdClassName
{
border-color: #B5C019;
}
.TagClassName
{
border-color: #B5C019;
}
</style>