Shades of Rio Grande #B5BD26
Tints of Rio Grande #B5BD26
RGB
CMYK
RGB Variations
Color information
#B5BD26 (or 0xB5BD26) is known color: Rio Grande. HEX triplet: B5, BD and 26. RGB value is (181,189,38). Sum of RGB (Red+Green+Blue) = 181+189+38=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD26 is #4A42D9. Grayscale: #A9A9A9. Windows color (decimal): -4866778 or 2538933. OLE color: 2538933.
HSL color Cylindrical-coordinate representation of color #B5BD26: hue angle of 63.18º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5BD26 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 38 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.26 |
| HSL | 63.18º | 0.67% | 0.45% | - |
| HSV(B) | 63.18º | 0.8% | 0.74% | - |
| XYZ | 37.6 | 46.36 | 8.8 | - |
| YUV | 169.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 38 | 0.04 | 0 | 0.80 | 0.26 | 63.18 | 0.67 | 0.45 |
| Hex | B5 | BD | 26 | 4 | 0 | 50 | 1A | 3F | 43 | 2D |
| Octal | 265 | 275 | 46 | 4 | 0 | 120 | 32 | 77 | 103 | 55 |
| Binary | 10110101 | 10111101 | 100110 | 100 | 0 | 1010000 | 11010 | 111111 | 1000011 | 101101 |
Color Harmonies of #B5BD26
Complementary color
Monochromatic Colors of #B5BD26
Black with #B5BD26
Text Example
Text Example
White with #B5BD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD26; }
p { color: rgb(181,189,38); }
H1.HeaderClassName
{
color: #B5BD26;
}
.AnyTagClassName
{
color: #B5BD26;
}
</style>
background-color css
<style>
a { background-color: #B5BD26; }
a { background-color: rgb(181,189,38); }
div.DivClassName
{
background-color: #B5BD26;
}
.BgClassName
{
background-color: #B5BD26;
}
</style>
border-color css
<style>
span { border-color: #B5BD26; }
span { border-color: rgb(181,189,38); }
td.TdClassName
{
border-color: #B5BD26;
}
.TagClassName
{
border-color: #B5BD26;
}
</style>