Shades of Rio Grande #B5B926
Tints of Rio Grande #B5B926
RGB
CMYK
RGB Variations
Color information
#B5B926 (or 0xB5B926) is known color: Rio Grande. HEX triplet: B5, B9 and 26. RGB value is (181,185,38). Sum of RGB (Red+Green+Blue) = 181+185+38=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B926 is #4A46D9. Grayscale: #A7A7A7. Windows color (decimal): -4867802 or 2537909. OLE color: 2537909.
HSL color Cylindrical-coordinate representation of color #B5B926: hue angle of 61.63º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5B926 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 38 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.27 |
| HSL | 61.63º | 0.66% | 0.44% | - |
| HSV(B) | 61.63º | 0.79% | 0.73% | - |
| XYZ | 36.75 | 44.66 | 8.52 | - |
| YUV | 167.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 38 | 0.02 | 0 | 0.79 | 0.27 | 61.63 | 0.66 | 0.44 |
| Hex | B5 | B9 | 26 | 2 | 0 | 4F | 1B | 3E | 42 | 2C |
| Octal | 265 | 271 | 46 | 2 | 0 | 117 | 33 | 76 | 102 | 54 |
| Binary | 10110101 | 10111001 | 100110 | 10 | 0 | 1001111 | 11011 | 111110 | 1000010 | 101100 |
Color Harmonies of #B5B926
Complementary color
Monochromatic Colors of #B5B926
Black with #B5B926
Text Example
Text Example
White with #B5B926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B926; }
p { color: rgb(181,185,38); }
H1.HeaderClassName
{
color: #B5B926;
}
.AnyTagClassName
{
color: #B5B926;
}
</style>
background-color css
<style>
a { background-color: #B5B926; }
a { background-color: rgb(181,185,38); }
div.DivClassName
{
background-color: #B5B926;
}
.BgClassName
{
background-color: #B5B926;
}
</style>
border-color css
<style>
span { border-color: #B5B926; }
span { border-color: rgb(181,185,38); }
td.TdClassName
{
border-color: #B5B926;
}
.TagClassName
{
border-color: #B5B926;
}
</style>