Shades of Rio Grande #B5B921
Tints of Rio Grande #B5B921
RGB
CMYK
RGB Variations
Color information
#B5B921 (or 0xB5B921) is known color: Rio Grande. HEX triplet: B5, B9 and 21. RGB value is (181,185,33). Sum of RGB (Red+Green+Blue) = 181+185+33=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B921 is #4A46DE. Grayscale: #A7A7A7. Windows color (decimal): -4867807 or 2210229. OLE color: 2210229.
HSL color Cylindrical-coordinate representation of color #B5B921: hue angle of 61.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5B921 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 33 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.27 |
| HSL | 61.58º | 0.7% | 0.43% | - |
| HSV(B) | 61.58º | 0.82% | 0.73% | - |
| XYZ | 36.68 | 44.63 | 8.12 | - |
| YUV | 166.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 33 | 0.02 | 0 | 0.82 | 0.27 | 61.58 | 0.7 | 0.43 |
| Hex | B5 | B9 | 21 | 2 | 0 | 52 | 1B | 3E | 46 | 2B |
| Octal | 265 | 271 | 41 | 2 | 0 | 122 | 33 | 76 | 106 | 53 |
| Binary | 10110101 | 10111001 | 100001 | 10 | 0 | 1010010 | 11011 | 111110 | 1000110 | 101011 |
Color Harmonies of #B5B921
Complementary color
Monochromatic Colors of #B5B921
Black with #B5B921
Text Example
Text Example
White with #B5B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B921; }
p { color: rgb(181,185,33); }
H1.HeaderClassName
{
color: #B5B921;
}
.AnyTagClassName
{
color: #B5B921;
}
</style>
background-color css
<style>
a { background-color: #B5B921; }
a { background-color: rgb(181,185,33); }
div.DivClassName
{
background-color: #B5B921;
}
.BgClassName
{
background-color: #B5B921;
}
</style>
border-color css
<style>
span { border-color: #B5B921; }
span { border-color: rgb(181,185,33); }
td.TdClassName
{
border-color: #B5B921;
}
.TagClassName
{
border-color: #B5B921;
}
</style>