Shades of Rio Grande #B5C319
Tints of Rio Grande #B5C319
RGB
CMYK
RGB Variations
Color information
#B5C319 (or 0xB5C319) is known color: Rio Grande. HEX triplet: B5, C3 and 19. RGB value is (181,195,25). Sum of RGB (Red+Green+Blue) = 181+195+25=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C319 is #4A3CE6. Grayscale: #ACACAC. Windows color (decimal): -4865255 or 1688501. OLE color: 1688501.
HSL color Cylindrical-coordinate representation of color #B5C319: hue angle of 64.94º 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 #B5C319 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 25 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.24 |
| HSL | 64.94º | 0.77% | 0.43% | - |
| HSV(B) | 64.94º | 0.87% | 0.76% | - |
| XYZ | 38.75 | 48.92 | 8.32 | - |
| YUV | 171.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 25 | 0.07 | 0 | 0.87 | 0.24 | 64.94 | 0.77 | 0.43 |
| Hex | B5 | C3 | 19 | 7 | 0 | 57 | 18 | 41 | 4D | 2B |
| Octal | 265 | 303 | 31 | 7 | 0 | 127 | 30 | 101 | 115 | 53 |
| Binary | 10110101 | 11000011 | 11001 | 111 | 0 | 1010111 | 11000 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B5C319
Complementary color
Monochromatic Colors of #B5C319
Black with #B5C319
Text Example
Text Example
White with #B5C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C319; }
p { color: rgb(181,195,25); }
H1.HeaderClassName
{
color: #B5C319;
}
.AnyTagClassName
{
color: #B5C319;
}
</style>
background-color css
<style>
a { background-color: #B5C319; }
a { background-color: rgb(181,195,25); }
div.DivClassName
{
background-color: #B5C319;
}
.BgClassName
{
background-color: #B5C319;
}
</style>
border-color css
<style>
span { border-color: #B5C319; }
span { border-color: rgb(181,195,25); }
td.TdClassName
{
border-color: #B5C319;
}
.TagClassName
{
border-color: #B5C319;
}
</style>