Shades of Rio Grande #B5B820
Tints of Rio Grande #B5B820
RGB
CMYK
RGB Variations
Color information
#B5B820 (or 0xB5B820) is known color: Rio Grande. HEX triplet: B5, B8 and 20. RGB value is (181,184,32). Sum of RGB (Red+Green+Blue) = 181+184+32=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B820 is #4A47DF. Grayscale: #A6A6A6. Windows color (decimal): -4868064 or 2144437. OLE color: 2144437.
HSL color Cylindrical-coordinate representation of color #B5B820: hue angle of 61.18º 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 #B5B820 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 32 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.28 |
| HSL | 61.18º | 0.7% | 0.42% | - |
| HSV(B) | 61.18º | 0.83% | 0.72% | - |
| XYZ | 36.46 | 44.21 | 7.98 | - |
| YUV | 165.78 | 52.51 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 32 | 0.02 | 0 | 0.83 | 0.28 | 61.18 | 0.7 | 0.42 |
| Hex | B5 | B8 | 20 | 2 | 0 | 53 | 1C | 3D | 46 | 2A |
| Octal | 265 | 270 | 40 | 2 | 0 | 123 | 34 | 75 | 106 | 52 |
| Binary | 10110101 | 10111000 | 100000 | 10 | 0 | 1010011 | 11100 | 111101 | 1000110 | 101010 |
Color Harmonies of #B5B820
Complementary color
Monochromatic Colors of #B5B820
Black with #B5B820
Text Example
Text Example
White with #B5B820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B820; }
p { color: rgb(181,184,32); }
H1.HeaderClassName
{
color: #B5B820;
}
.AnyTagClassName
{
color: #B5B820;
}
</style>
background-color css
<style>
a { background-color: #B5B820; }
a { background-color: rgb(181,184,32); }
div.DivClassName
{
background-color: #B5B820;
}
.BgClassName
{
background-color: #B5B820;
}
</style>
border-color css
<style>
span { border-color: #B5B820; }
span { border-color: rgb(181,184,32); }
td.TdClassName
{
border-color: #B5B820;
}
.TagClassName
{
border-color: #B5B820;
}
</style>