Shades of Rio Grande #B5C31A
Tints of Rio Grande #B5C31A
RGB
CMYK
RGB Variations
Color information
#B5C31A (or 0xB5C31A) is known color: Rio Grande. HEX triplet: B5, C3 and 1A. RGB value is (181,195,26). Sum of RGB (Red+Green+Blue) = 181+195+26=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C31A is #4A3CE5. Grayscale: #ACACAC. Windows color (decimal): -4865254 or 1754037. OLE color: 1754037.
HSL color Cylindrical-coordinate representation of color #B5C31A: hue angle of 64.97º degrees, saturation: 0.76, 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 #B5C31A is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 26 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.24 |
| HSL | 64.97º | 0.76% | 0.43% | - |
| HSV(B) | 64.97º | 0.87% | 0.76% | - |
| XYZ | 38.76 | 48.93 | 8.38 | - |
| YUV | 171.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 26 | 0.07 | 0 | 0.87 | 0.24 | 64.97 | 0.76 | 0.43 |
| Hex | B5 | C3 | 1A | 7 | 0 | 57 | 18 | 41 | 4C | 2B |
| Octal | 265 | 303 | 32 | 7 | 0 | 127 | 30 | 101 | 114 | 53 |
| Binary | 10110101 | 11000011 | 11010 | 111 | 0 | 1010111 | 11000 | 1000001 | 1001100 | 101011 |
Color Harmonies of #B5C31A
Complementary color
Monochromatic Colors of #B5C31A
Black with #B5C31A
Text Example
Text Example
White with #B5C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C31A; }
p { color: rgb(181,195,26); }
H1.HeaderClassName
{
color: #B5C31A;
}
.AnyTagClassName
{
color: #B5C31A;
}
</style>
background-color css
<style>
a { background-color: #B5C31A; }
a { background-color: rgb(181,195,26); }
div.DivClassName
{
background-color: #B5C31A;
}
.BgClassName
{
background-color: #B5C31A;
}
</style>
border-color css
<style>
span { border-color: #B5C31A; }
span { border-color: rgb(181,195,26); }
td.TdClassName
{
border-color: #B5C31A;
}
.TagClassName
{
border-color: #B5C31A;
}
</style>