Shades of Rio Grande #B5BF20
Tints of Rio Grande #B5BF20
RGB
CMYK
RGB Variations
Color information
#B5BF20 (or 0xB5BF20) is known color: Rio Grande. HEX triplet: B5, BF and 20. RGB value is (181,191,32). Sum of RGB (Red+Green+Blue) = 181+191+32=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF20 is #4A40DF. Grayscale: #AAAAAA. Windows color (decimal): -4866272 or 2146229. OLE color: 2146229.
HSL color Cylindrical-coordinate representation of color #B5BF20: hue angle of 63.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5BF20 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 32 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.25 |
| HSL | 63.77º | 0.71% | 0.44% | - |
| HSV(B) | 63.77º | 0.83% | 0.75% | - |
| XYZ | 37.95 | 47.19 | 8.47 | - |
| YUV | 169.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 32 | 0.05 | 0 | 0.83 | 0.25 | 63.77 | 0.71 | 0.44 |
| Hex | B5 | BF | 20 | 5 | 0 | 53 | 19 | 40 | 47 | 2C |
| Octal | 265 | 277 | 40 | 5 | 0 | 123 | 31 | 100 | 107 | 54 |
| Binary | 10110101 | 10111111 | 100000 | 101 | 0 | 1010011 | 11001 | 1000000 | 1000111 | 101100 |
Color Harmonies of #B5BF20
Complementary color
Monochromatic Colors of #B5BF20
Black with #B5BF20
Text Example
Text Example
White with #B5BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF20; }
p { color: rgb(181,191,32); }
H1.HeaderClassName
{
color: #B5BF20;
}
.AnyTagClassName
{
color: #B5BF20;
}
</style>
background-color css
<style>
a { background-color: #B5BF20; }
a { background-color: rgb(181,191,32); }
div.DivClassName
{
background-color: #B5BF20;
}
.BgClassName
{
background-color: #B5BF20;
}
</style>
border-color css
<style>
span { border-color: #B5BF20; }
span { border-color: rgb(181,191,32); }
td.TdClassName
{
border-color: #B5BF20;
}
.TagClassName
{
border-color: #B5BF20;
}
</style>