Shades of Rio Grande #B5C620
Tints of Rio Grande #B5C620
RGB
CMYK
RGB Variations
Color information
#B5C620 (or 0xB5C620) is known color: Rio Grande. HEX triplet: B5, C6 and 20. RGB value is (181,198,32). Sum of RGB (Red+Green+Blue) = 181+198+32=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C620 is #4A39DF. Grayscale: #AEAEAE. Windows color (decimal): -4864480 or 2148021. OLE color: 2148021.
HSL color Cylindrical-coordinate representation of color #B5C620: hue angle of 66.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C620 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.22 |
| HSL | 66.14º | 0.72% | 0.45% | - |
| HSV(B) | 66.14º | 0.84% | 0.78% | - |
| XYZ | 39.51 | 50.32 | 9 | - |
| YUV | 173.99 | 47.87 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 32 | 0.09 | 0 | 0.84 | 0.22 | 66.14 | 0.72 | 0.45 |
| Hex | B5 | C6 | 20 | 9 | 0 | 54 | 16 | 42 | 48 | 2D |
| Octal | 265 | 306 | 40 | 11 | 0 | 124 | 26 | 102 | 110 | 55 |
| Binary | 10110101 | 11000110 | 100000 | 1001 | 0 | 1010100 | 10110 | 1000010 | 1001000 | 101101 |
Color Harmonies of #B5C620
Complementary color
Monochromatic Colors of #B5C620
Black with #B5C620
Text Example
Text Example
White with #B5C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C620; }
p { color: rgb(181,198,32); }
H1.HeaderClassName
{
color: #B5C620;
}
.AnyTagClassName
{
color: #B5C620;
}
</style>
background-color css
<style>
a { background-color: #B5C620; }
a { background-color: rgb(181,198,32); }
div.DivClassName
{
background-color: #B5C620;
}
.BgClassName
{
background-color: #B5C620;
}
</style>
border-color css
<style>
span { border-color: #B5C620; }
span { border-color: rgb(181,198,32); }
td.TdClassName
{
border-color: #B5C620;
}
.TagClassName
{
border-color: #B5C620;
}
</style>