Shades of Rio Grande #B5C11F
Tints of Rio Grande #B5C11F
RGB
CMYK
RGB Variations
Color information
#B5C11F (or 0xB5C11F) is known color: Rio Grande. HEX triplet: B5, C1 and 1F. RGB value is (181,193,31). Sum of RGB (Red+Green+Blue) = 181+193+31=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C11F is #4A3EE0. Grayscale: #ABABAB. Windows color (decimal): -4865761 or 2081205. OLE color: 2081205.
HSL color Cylindrical-coordinate representation of color #B5C11F: hue angle of 64.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C11F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 31 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.24 |
| HSL | 64.44º | 0.72% | 0.44% | - |
| HSV(B) | 64.44º | 0.84% | 0.76% | - |
| XYZ | 38.37 | 48.06 | 8.55 | - |
| YUV | 170.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 31 | 0.06 | 0 | 0.84 | 0.24 | 64.44 | 0.72 | 0.44 |
| Hex | B5 | C1 | 1F | 6 | 0 | 54 | 18 | 40 | 48 | 2C |
| Octal | 265 | 301 | 37 | 6 | 0 | 124 | 30 | 100 | 110 | 54 |
| Binary | 10110101 | 11000001 | 11111 | 110 | 0 | 1010100 | 11000 | 1000000 | 1001000 | 101100 |
Color Harmonies of #B5C11F
Complementary color
Monochromatic Colors of #B5C11F
Black with #B5C11F
Text Example
Text Example
White with #B5C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C11F; }
p { color: rgb(181,193,31); }
H1.HeaderClassName
{
color: #B5C11F;
}
.AnyTagClassName
{
color: #B5C11F;
}
</style>
background-color css
<style>
a { background-color: #B5C11F; }
a { background-color: rgb(181,193,31); }
div.DivClassName
{
background-color: #B5C11F;
}
.BgClassName
{
background-color: #B5C11F;
}
</style>
border-color css
<style>
span { border-color: #B5C11F; }
span { border-color: rgb(181,193,31); }
td.TdClassName
{
border-color: #B5C11F;
}
.TagClassName
{
border-color: #B5C11F;
}
</style>