Shades of Rio Grande #B5C032
Tints of Rio Grande #B5C032
RGB
CMYK
RGB Variations
Color information
#B5C032 (or 0xB5C032) is known color: Rio Grande. HEX triplet: B5, C0 and 32. RGB value is (181,192,50). Sum of RGB (Red+Green+Blue) = 181+192+50=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C032 is #4A3FCD. Grayscale: #ADADAD. Windows color (decimal): -4865998 or 3326133. OLE color: 3326133.
HSL color Cylindrical-coordinate representation of color #B5C032: hue angle of 64.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5C032 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 50 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.25 |
| HSL | 64.65º | 0.59% | 0.47% | - |
| HSV(B) | 64.65º | 0.74% | 0.75% | - |
| XYZ | 38.48 | 47.75 | 10.21 | - |
| YUV | 172.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 50 | 0.06 | 0 | 0.74 | 0.25 | 64.65 | 0.59 | 0.47 |
| Hex | B5 | C0 | 32 | 6 | 0 | 4A | 19 | 41 | 3B | 2F |
| Octal | 265 | 300 | 62 | 6 | 0 | 112 | 31 | 101 | 73 | 57 |
| Binary | 10110101 | 11000000 | 110010 | 110 | 0 | 1001010 | 11001 | 1000001 | 111011 | 101111 |
Color Harmonies of #B5C032
Complementary color
Monochromatic Colors of #B5C032
Black with #B5C032
Text Example
Text Example
White with #B5C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C032; }
p { color: rgb(181,192,50); }
H1.HeaderClassName
{
color: #B5C032;
}
.AnyTagClassName
{
color: #B5C032;
}
</style>
background-color css
<style>
a { background-color: #B5C032; }
a { background-color: rgb(181,192,50); }
div.DivClassName
{
background-color: #B5C032;
}
.BgClassName
{
background-color: #B5C032;
}
</style>
border-color css
<style>
span { border-color: #B5C032; }
span { border-color: rgb(181,192,50); }
td.TdClassName
{
border-color: #B5C032;
}
.TagClassName
{
border-color: #B5C032;
}
</style>