Shades of Rio Grande #B5C231
Tints of Rio Grande #B5C231
RGB
CMYK
RGB Variations
Color information
#B5C231 (or 0xB5C231) is known color: Rio Grande. HEX triplet: B5, C2 and 31. RGB value is (181,194,49). Sum of RGB (Red+Green+Blue) = 181+194+49=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C231 is #4A3DCE. Grayscale: #AEAEAE. Windows color (decimal): -4865487 or 3261109. OLE color: 3261109.
HSL color Cylindrical-coordinate representation of color #B5C231: hue angle of 65.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5C231 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 49 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.24 |
| HSL | 65.38º | 0.6% | 0.48% | - |
| HSV(B) | 65.38º | 0.75% | 0.76% | - |
| XYZ | 38.9 | 48.63 | 10.24 | - |
| YUV | 173.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 49 | 0.07 | 0 | 0.75 | 0.24 | 65.38 | 0.6 | 0.48 |
| Hex | B5 | C2 | 31 | 7 | 0 | 4B | 18 | 41 | 3C | 30 |
| Octal | 265 | 302 | 61 | 7 | 0 | 113 | 30 | 101 | 74 | 60 |
| Binary | 10110101 | 11000010 | 110001 | 111 | 0 | 1001011 | 11000 | 1000001 | 111100 | 110000 |
Color Harmonies of #B5C231
Complementary color
Monochromatic Colors of #B5C231
Black with #B5C231
Text Example
Text Example
White with #B5C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C231; }
p { color: rgb(181,194,49); }
H1.HeaderClassName
{
color: #B5C231;
}
.AnyTagClassName
{
color: #B5C231;
}
</style>
background-color css
<style>
a { background-color: #B5C231; }
a { background-color: rgb(181,194,49); }
div.DivClassName
{
background-color: #B5C231;
}
.BgClassName
{
background-color: #B5C231;
}
</style>
border-color css
<style>
span { border-color: #B5C231; }
span { border-color: rgb(181,194,49); }
td.TdClassName
{
border-color: #B5C231;
}
.TagClassName
{
border-color: #B5C231;
}
</style>