Shades of Rio Grande #B5C329
Tints of Rio Grande #B5C329
RGB
CMYK
RGB Variations
Color information
#B5C329 (or 0xB5C329) is known color: Rio Grande. HEX triplet: B5, C3 and 29. RGB value is (181,195,41). Sum of RGB (Red+Green+Blue) = 181+195+41=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C329 is #4A3CD6. Grayscale: #ADADAD. Windows color (decimal): -4865239 or 2737077. OLE color: 2737077.
HSL color Cylindrical-coordinate representation of color #B5C329: hue angle of 65.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5C329 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 41 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.24 |
| HSL | 65.45º | 0.65% | 0.46% | - |
| HSV(B) | 65.45º | 0.79% | 0.76% | - |
| XYZ | 38.97 | 49.01 | 9.5 | - |
| YUV | 173.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 41 | 0.07 | 0 | 0.79 | 0.24 | 65.45 | 0.65 | 0.46 |
| Hex | B5 | C3 | 29 | 7 | 0 | 4F | 18 | 41 | 41 | 2E |
| Octal | 265 | 303 | 51 | 7 | 0 | 117 | 30 | 101 | 101 | 56 |
| Binary | 10110101 | 11000011 | 101001 | 111 | 0 | 1001111 | 11000 | 1000001 | 1000001 | 101110 |
Color Harmonies of #B5C329
Complementary color
Monochromatic Colors of #B5C329
Black with #B5C329
Text Example
Text Example
White with #B5C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C329; }
p { color: rgb(181,195,41); }
H1.HeaderClassName
{
color: #B5C329;
}
.AnyTagClassName
{
color: #B5C329;
}
</style>
background-color css
<style>
a { background-color: #B5C329; }
a { background-color: rgb(181,195,41); }
div.DivClassName
{
background-color: #B5C329;
}
.BgClassName
{
background-color: #B5C329;
}
</style>
border-color css
<style>
span { border-color: #B5C329; }
span { border-color: rgb(181,195,41); }
td.TdClassName
{
border-color: #B5C329;
}
.TagClassName
{
border-color: #B5C329;
}
</style>