Shades of Rio Grande #B5BF31
Tints of Rio Grande #B5BF31
RGB
CMYK
RGB Variations
Color information
#B5BF31 (or 0xB5BF31) is known color: Rio Grande. HEX triplet: B5, BF and 31. RGB value is (181,191,49). Sum of RGB (Red+Green+Blue) = 181+191+49=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF31 is #4A40CE. Grayscale: #ACACAC. Windows color (decimal): -4866255 or 3260341. OLE color: 3260341.
HSL color Cylindrical-coordinate representation of color #B5BF31: hue angle of 64.23º 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 #B5BF31 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 49 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.25 |
| HSL | 64.23º | 0.59% | 0.47% | - |
| HSV(B) | 64.23º | 0.74% | 0.75% | - |
| XYZ | 38.24 | 47.31 | 10.02 | - |
| YUV | 171.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 49 | 0.05 | 0 | 0.74 | 0.25 | 64.23 | 0.59 | 0.47 |
| Hex | B5 | BF | 31 | 5 | 0 | 4A | 19 | 40 | 3B | 2F |
| Octal | 265 | 277 | 61 | 5 | 0 | 112 | 31 | 100 | 73 | 57 |
| Binary | 10110101 | 10111111 | 110001 | 101 | 0 | 1001010 | 11001 | 1000000 | 111011 | 101111 |
Color Harmonies of #B5BF31
Complementary color
Monochromatic Colors of #B5BF31
Black with #B5BF31
Text Example
Text Example
White with #B5BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF31; }
p { color: rgb(181,191,49); }
H1.HeaderClassName
{
color: #B5BF31;
}
.AnyTagClassName
{
color: #B5BF31;
}
</style>
background-color css
<style>
a { background-color: #B5BF31; }
a { background-color: rgb(181,191,49); }
div.DivClassName
{
background-color: #B5BF31;
}
.BgClassName
{
background-color: #B5BF31;
}
</style>
border-color css
<style>
span { border-color: #B5BF31; }
span { border-color: rgb(181,191,49); }
td.TdClassName
{
border-color: #B5BF31;
}
.TagClassName
{
border-color: #B5BF31;
}
</style>