Shades of Rio Grande #B5C313
Tints of Rio Grande #B5C313
RGB
CMYK
RGB Variations
Color information
#B5C313 (or 0xB5C313) is known color: Rio Grande. HEX triplet: B5, C3 and 13. RGB value is (181,195,19). Sum of RGB (Red+Green+Blue) = 181+195+19=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C313 is #4A3CEC. Grayscale: #ABABAB. Windows color (decimal): -4865261 or 1295285. OLE color: 1295285.
HSL color Cylindrical-coordinate representation of color #B5C313: hue angle of 64.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5C313 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.24 |
| HSL | 64.77º | 0.82% | 0.42% | - |
| HSV(B) | 64.77º | 0.9% | 0.76% | - |
| XYZ | 38.69 | 48.9 | 8.02 | - |
| YUV | 170.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 19 | 0.07 | 0 | 0.90 | 0.24 | 64.77 | 0.82 | 0.42 |
| Hex | B5 | C3 | 13 | 7 | 0 | 5A | 18 | 41 | 52 | 2A |
| Octal | 265 | 303 | 23 | 7 | 0 | 132 | 30 | 101 | 122 | 52 |
| Binary | 10110101 | 11000011 | 10011 | 111 | 0 | 1011010 | 11000 | 1000001 | 1010010 | 101010 |
Color Harmonies of #B5C313
Complementary color
Monochromatic Colors of #B5C313
Black with #B5C313
Text Example
Text Example
White with #B5C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C313; }
p { color: rgb(181,195,19); }
H1.HeaderClassName
{
color: #B5C313;
}
.AnyTagClassName
{
color: #B5C313;
}
</style>
background-color css
<style>
a { background-color: #B5C313; }
a { background-color: rgb(181,195,19); }
div.DivClassName
{
background-color: #B5C313;
}
.BgClassName
{
background-color: #B5C313;
}
</style>
border-color css
<style>
span { border-color: #B5C313; }
span { border-color: rgb(181,195,19); }
td.TdClassName
{
border-color: #B5C313;
}
.TagClassName
{
border-color: #B5C313;
}
</style>