Shades of Rio Grande #B5B924
Tints of Rio Grande #B5B924
RGB
CMYK
RGB Variations
Color information
#B5B924 (or 0xB5B924) is known color: Rio Grande. HEX triplet: B5, B9 and 24. RGB value is (181,185,36). Sum of RGB (Red+Green+Blue) = 181+185+36=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B924 is #4A46DB. Grayscale: #A7A7A7. Windows color (decimal): -4867804 or 2406837. OLE color: 2406837.
HSL color Cylindrical-coordinate representation of color #B5B924: hue angle of 61.61º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5B924 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 36 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.27 |
| HSL | 61.61º | 0.67% | 0.43% | - |
| HSV(B) | 61.61º | 0.81% | 0.73% | - |
| XYZ | 36.72 | 44.65 | 8.35 | - |
| YUV | 166.82 | 54.17 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 36 | 0.02 | 0 | 0.81 | 0.27 | 61.61 | 0.67 | 0.43 |
| Hex | B5 | B9 | 24 | 2 | 0 | 51 | 1B | 3E | 43 | 2B |
| Octal | 265 | 271 | 44 | 2 | 0 | 121 | 33 | 76 | 103 | 53 |
| Binary | 10110101 | 10111001 | 100100 | 10 | 0 | 1010001 | 11011 | 111110 | 1000011 | 101011 |
Color Harmonies of #B5B924
Complementary color
Monochromatic Colors of #B5B924
Black with #B5B924
Text Example
Text Example
White with #B5B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B924; }
p { color: rgb(181,185,36); }
H1.HeaderClassName
{
color: #B5B924;
}
.AnyTagClassName
{
color: #B5B924;
}
</style>
background-color css
<style>
a { background-color: #B5B924; }
a { background-color: rgb(181,185,36); }
div.DivClassName
{
background-color: #B5B924;
}
.BgClassName
{
background-color: #B5B924;
}
</style>
border-color css
<style>
span { border-color: #B5B924; }
span { border-color: rgb(181,185,36); }
td.TdClassName
{
border-color: #B5B924;
}
.TagClassName
{
border-color: #B5B924;
}
</style>