Shades of Rio Grande #B5C31B
Tints of Rio Grande #B5C31B
RGB
CMYK
RGB Variations
Color information
#B5C31B (or 0xB5C31B) is known color: Rio Grande. HEX triplet: B5, C3 and 1B. RGB value is (181,195,27). Sum of RGB (Red+Green+Blue) = 181+195+27=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C31B is #4A3CE4. Grayscale: #ACACAC. Windows color (decimal): -4865253 or 1819573. OLE color: 1819573.
HSL color Cylindrical-coordinate representation of color #B5C31B: hue angle of 65º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5C31B is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 27 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.24 |
| HSL | 65º | 0.76% | 0.44% | - |
| HSV(B) | 65º | 0.86% | 0.76% | - |
| XYZ | 38.77 | 48.93 | 8.44 | - |
| YUV | 171.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 27 | 0.07 | 0 | 0.86 | 0.24 | 65 | 0.76 | 0.44 |
| Hex | B5 | C3 | 1B | 7 | 0 | 56 | 18 | 41 | 4C | 2C |
| Octal | 265 | 303 | 33 | 7 | 0 | 126 | 30 | 101 | 114 | 54 |
| Binary | 10110101 | 11000011 | 11011 | 111 | 0 | 1010110 | 11000 | 1000001 | 1001100 | 101100 |
Color Harmonies of #B5C31B
Complementary color
Monochromatic Colors of #B5C31B
Black with #B5C31B
Text Example
Text Example
White with #B5C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C31B; }
p { color: rgb(181,195,27); }
H1.HeaderClassName
{
color: #B5C31B;
}
.AnyTagClassName
{
color: #B5C31B;
}
</style>
background-color css
<style>
a { background-color: #B5C31B; }
a { background-color: rgb(181,195,27); }
div.DivClassName
{
background-color: #B5C31B;
}
.BgClassName
{
background-color: #B5C31B;
}
</style>
border-color css
<style>
span { border-color: #B5C31B; }
span { border-color: rgb(181,195,27); }
td.TdClassName
{
border-color: #B5C31B;
}
.TagClassName
{
border-color: #B5C31B;
}
</style>