Shades of Rio Grande #B5B922
Tints of Rio Grande #B5B922
RGB
CMYK
RGB Variations
Color information
#B5B922 (or 0xB5B922) is known color: Rio Grande. HEX triplet: B5, B9 and 22. RGB value is (181,185,34). Sum of RGB (Red+Green+Blue) = 181+185+34=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B922 is #4A46DD. Grayscale: #A7A7A7. Windows color (decimal): -4867806 or 2275765. OLE color: 2275765.
HSL color Cylindrical-coordinate representation of color #B5B922: hue angle of 61.59º degrees, saturation: 0.69, 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 #B5B922 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 34 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.27 |
| HSL | 61.59º | 0.69% | 0.43% | - |
| HSV(B) | 61.59º | 0.82% | 0.73% | - |
| XYZ | 36.69 | 44.64 | 8.2 | - |
| YUV | 166.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 34 | 0.02 | 0 | 0.82 | 0.27 | 61.59 | 0.69 | 0.43 |
| Hex | B5 | B9 | 22 | 2 | 0 | 52 | 1B | 3E | 45 | 2B |
| Octal | 265 | 271 | 42 | 2 | 0 | 122 | 33 | 76 | 105 | 53 |
| Binary | 10110101 | 10111001 | 100010 | 10 | 0 | 1010010 | 11011 | 111110 | 1000101 | 101011 |
Color Harmonies of #B5B922
Complementary color
Monochromatic Colors of #B5B922
Black with #B5B922
Text Example
Text Example
White with #B5B922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B922; }
p { color: rgb(181,185,34); }
H1.HeaderClassName
{
color: #B5B922;
}
.AnyTagClassName
{
color: #B5B922;
}
</style>
background-color css
<style>
a { background-color: #B5B922; }
a { background-color: rgb(181,185,34); }
div.DivClassName
{
background-color: #B5B922;
}
.BgClassName
{
background-color: #B5B922;
}
</style>
border-color css
<style>
span { border-color: #B5B922; }
span { border-color: rgb(181,185,34); }
td.TdClassName
{
border-color: #B5B922;
}
.TagClassName
{
border-color: #B5B922;
}
</style>