Shades of Rio Grande #B5BC24
Tints of Rio Grande #B5BC24
RGB
CMYK
RGB Variations
Color information
#B5BC24 (or 0xB5BC24) is known color: Rio Grande. HEX triplet: B5, BC and 24. RGB value is (181,188,36). Sum of RGB (Red+Green+Blue) = 181+188+36=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC24 is #4A43DB. Grayscale: #A9A9A9. Windows color (decimal): -4867036 or 2407605. OLE color: 2407605.
HSL color Cylindrical-coordinate representation of color #B5BC24: hue angle of 62.76º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5BC24 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 36 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.26 |
| HSL | 62.76º | 0.68% | 0.44% | - |
| HSV(B) | 62.76º | 0.81% | 0.74% | - |
| XYZ | 37.36 | 45.92 | 8.56 | - |
| YUV | 168.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 36 | 0.04 | 0 | 0.81 | 0.26 | 62.76 | 0.68 | 0.44 |
| Hex | B5 | BC | 24 | 4 | 0 | 51 | 1A | 3F | 44 | 2C |
| Octal | 265 | 274 | 44 | 4 | 0 | 121 | 32 | 77 | 104 | 54 |
| Binary | 10110101 | 10111100 | 100100 | 100 | 0 | 1010001 | 11010 | 111111 | 1000100 | 101100 |
Color Harmonies of #B5BC24
Complementary color
Monochromatic Colors of #B5BC24
Black with #B5BC24
Text Example
Text Example
White with #B5BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC24; }
p { color: rgb(181,188,36); }
H1.HeaderClassName
{
color: #B5BC24;
}
.AnyTagClassName
{
color: #B5BC24;
}
</style>
background-color css
<style>
a { background-color: #B5BC24; }
a { background-color: rgb(181,188,36); }
div.DivClassName
{
background-color: #B5BC24;
}
.BgClassName
{
background-color: #B5BC24;
}
</style>
border-color css
<style>
span { border-color: #B5BC24; }
span { border-color: rgb(181,188,36); }
td.TdClassName
{
border-color: #B5BC24;
}
.TagClassName
{
border-color: #B5BC24;
}
</style>