Shades of Rio Grande #B5BF2C
Tints of Rio Grande #B5BF2C
RGB
CMYK
RGB Variations
Color information
#B5BF2C (or 0xB5BF2C) is known color: Rio Grande. HEX triplet: B5, BF and 2C. RGB value is (181,191,44). Sum of RGB (Red+Green+Blue) = 181+191+44=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF2C is #4A40D3. Grayscale: #ABABAB. Windows color (decimal): -4866260 or 2932661. OLE color: 2932661.
HSL color Cylindrical-coordinate representation of color #B5BF2C: hue angle of 64.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5BF2C is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 44 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.25 |
| HSL | 64.08º | 0.63% | 0.46% | - |
| HSV(B) | 64.08º | 0.77% | 0.75% | - |
| XYZ | 38.14 | 47.27 | 9.5 | - |
| YUV | 171.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 44 | 0.05 | 0 | 0.77 | 0.25 | 64.08 | 0.63 | 0.46 |
| Hex | B5 | BF | 2C | 5 | 0 | 4D | 19 | 40 | 3F | 2E |
| Octal | 265 | 277 | 54 | 5 | 0 | 115 | 31 | 100 | 77 | 56 |
| Binary | 10110101 | 10111111 | 101100 | 101 | 0 | 1001101 | 11001 | 1000000 | 111111 | 101110 |
Color Harmonies of #B5BF2C
Complementary color
Monochromatic Colors of #B5BF2C
Black with #B5BF2C
Text Example
Text Example
White with #B5BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF2C; }
p { color: rgb(181,191,44); }
H1.HeaderClassName
{
color: #B5BF2C;
}
.AnyTagClassName
{
color: #B5BF2C;
}
</style>
background-color css
<style>
a { background-color: #B5BF2C; }
a { background-color: rgb(181,191,44); }
div.DivClassName
{
background-color: #B5BF2C;
}
.BgClassName
{
background-color: #B5BF2C;
}
</style>
border-color css
<style>
span { border-color: #B5BF2C; }
span { border-color: rgb(181,191,44); }
td.TdClassName
{
border-color: #B5BF2C;
}
.TagClassName
{
border-color: #B5BF2C;
}
</style>