Shades of Rio Grande #B5C32C
Tints of Rio Grande #B5C32C
RGB
CMYK
RGB Variations
Color information
#B5C32C (or 0xB5C32C) is known color: Rio Grande. HEX triplet: B5, C3 and 2C. RGB value is (181,195,44). Sum of RGB (Red+Green+Blue) = 181+195+44=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C32C is #4A3CD3. Grayscale: #AEAEAE. Windows color (decimal): -4865236 or 2933685. OLE color: 2933685.
HSL color Cylindrical-coordinate representation of color #B5C32C: hue angle of 65.56º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5C32C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 44 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.24 |
| HSL | 65.56º | 0.63% | 0.47% | - |
| HSV(B) | 65.56º | 0.77% | 0.76% | - |
| XYZ | 39.03 | 49.04 | 9.79 | - |
| YUV | 173.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 44 | 0.07 | 0 | 0.77 | 0.24 | 65.56 | 0.63 | 0.47 |
| Hex | B5 | C3 | 2C | 7 | 0 | 4D | 18 | 42 | 3F | 2F |
| Octal | 265 | 303 | 54 | 7 | 0 | 115 | 30 | 102 | 77 | 57 |
| Binary | 10110101 | 11000011 | 101100 | 111 | 0 | 1001101 | 11000 | 1000010 | 111111 | 101111 |
Color Harmonies of #B5C32C
Complementary color
Monochromatic Colors of #B5C32C
Black with #B5C32C
Text Example
Text Example
White with #B5C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C32C; }
p { color: rgb(181,195,44); }
H1.HeaderClassName
{
color: #B5C32C;
}
.AnyTagClassName
{
color: #B5C32C;
}
</style>
background-color css
<style>
a { background-color: #B5C32C; }
a { background-color: rgb(181,195,44); }
div.DivClassName
{
background-color: #B5C32C;
}
.BgClassName
{
background-color: #B5C32C;
}
</style>
border-color css
<style>
span { border-color: #B5C32C; }
span { border-color: rgb(181,195,44); }
td.TdClassName
{
border-color: #B5C32C;
}
.TagClassName
{
border-color: #B5C32C;
}
</style>