Shades of Rio Grande #B5C920
Tints of Rio Grande #B5C920
RGB
CMYK
RGB Variations
Color information
#B5C920 (or 0xB5C920) is known color: Rio Grande. HEX triplet: B5, C9 and 20. RGB value is (181,201,32). Sum of RGB (Red+Green+Blue) = 181+201+32=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C920 is #4A36DF. Grayscale: #B0B0B0. Windows color (decimal): -4863712 or 2148789. OLE color: 2148789.
HSL color Cylindrical-coordinate representation of color #B5C920: hue angle of 67.1º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C920 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 32 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.21 |
| HSL | 67.1º | 0.73% | 0.46% | - |
| HSV(B) | 67.1º | 0.84% | 0.79% | - |
| XYZ | 40.2 | 51.7 | 9.23 | - |
| YUV | 175.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 32 | 0.10 | 0 | 0.84 | 0.21 | 67.1 | 0.73 | 0.46 |
| Hex | B5 | C9 | 20 | A | 0 | 54 | 15 | 43 | 49 | 2E |
| Octal | 265 | 311 | 40 | 12 | 0 | 124 | 25 | 103 | 111 | 56 |
| Binary | 10110101 | 11001001 | 100000 | 1010 | 0 | 1010100 | 10101 | 1000011 | 1001001 | 101110 |
Color Harmonies of #B5C920
Complementary color
Monochromatic Colors of #B5C920
Black with #B5C920
Text Example
Text Example
White with #B5C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C920; }
p { color: rgb(181,201,32); }
H1.HeaderClassName
{
color: #B5C920;
}
.AnyTagClassName
{
color: #B5C920;
}
</style>
background-color css
<style>
a { background-color: #B5C920; }
a { background-color: rgb(181,201,32); }
div.DivClassName
{
background-color: #B5C920;
}
.BgClassName
{
background-color: #B5C920;
}
</style>
border-color css
<style>
span { border-color: #B5C920; }
span { border-color: rgb(181,201,32); }
td.TdClassName
{
border-color: #B5C920;
}
.TagClassName
{
border-color: #B5C920;
}
</style>