Shades of Rio Grande #B5B720
Tints of Rio Grande #B5B720
RGB
CMYK
RGB Variations
Color information
#B5B720 (or 0xB5B720) is known color: Rio Grande. HEX triplet: B5, B7 and 20. RGB value is (181,183,32). Sum of RGB (Red+Green+Blue) = 181+183+32=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B720 is #4A48DF. Grayscale: #A5A5A5. Windows color (decimal): -4868320 or 2144181. OLE color: 2144181.
HSL color Cylindrical-coordinate representation of color #B5B720: hue angle of 60.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5B720 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 32 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.28 |
| HSL | 60.79º | 0.7% | 0.42% | - |
| HSV(B) | 60.79º | 0.83% | 0.72% | - |
| XYZ | 36.25 | 43.8 | 7.91 | - |
| YUV | 165.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 32 | 0.01 | 0 | 0.83 | 0.28 | 60.79 | 0.7 | 0.42 |
| Hex | B5 | B7 | 20 | 1 | 0 | 53 | 1C | 3D | 46 | 2A |
| Octal | 265 | 267 | 40 | 1 | 0 | 123 | 34 | 75 | 106 | 52 |
| Binary | 10110101 | 10110111 | 100000 | 1 | 0 | 1010011 | 11100 | 111101 | 1000110 | 101010 |
Color Harmonies of #B5B720
Complementary color
Monochromatic Colors of #B5B720
Black with #B5B720
Text Example
Text Example
White with #B5B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B720; }
p { color: rgb(181,183,32); }
H1.HeaderClassName
{
color: #B5B720;
}
.AnyTagClassName
{
color: #B5B720;
}
</style>
background-color css
<style>
a { background-color: #B5B720; }
a { background-color: rgb(181,183,32); }
div.DivClassName
{
background-color: #B5B720;
}
.BgClassName
{
background-color: #B5B720;
}
</style>
border-color css
<style>
span { border-color: #B5B720; }
span { border-color: rgb(181,183,32); }
td.TdClassName
{
border-color: #B5B720;
}
.TagClassName
{
border-color: #B5B720;
}
</style>