Shades of Rio Grande #B5C11E
Tints of Rio Grande #B5C11E
RGB
CMYK
RGB Variations
Color information
#B5C11E (or 0xB5C11E) is known color: Rio Grande. HEX triplet: B5, C1 and 1E. RGB value is (181,193,30). Sum of RGB (Red+Green+Blue) = 181+193+30=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C11E is #4A3EE1. Grayscale: #ABABAB. Windows color (decimal): -4865762 or 2015669. OLE color: 2015669.
HSL color Cylindrical-coordinate representation of color #B5C11E: hue angle of 64.42º degrees, saturation: 0.73, 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 #B5C11E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 30 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.24 |
| HSL | 64.42º | 0.73% | 0.44% | - |
| HSV(B) | 64.42º | 0.84% | 0.76% | - |
| XYZ | 38.36 | 48.06 | 8.48 | - |
| YUV | 170.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 30 | 0.06 | 0 | 0.84 | 0.24 | 64.42 | 0.73 | 0.44 |
| Hex | B5 | C1 | 1E | 6 | 0 | 54 | 18 | 40 | 49 | 2C |
| Octal | 265 | 301 | 36 | 6 | 0 | 124 | 30 | 100 | 111 | 54 |
| Binary | 10110101 | 11000001 | 11110 | 110 | 0 | 1010100 | 11000 | 1000000 | 1001001 | 101100 |
Color Harmonies of #B5C11E
Complementary color
Monochromatic Colors of #B5C11E
Black with #B5C11E
Text Example
Text Example
White with #B5C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C11E; }
p { color: rgb(181,193,30); }
H1.HeaderClassName
{
color: #B5C11E;
}
.AnyTagClassName
{
color: #B5C11E;
}
</style>
background-color css
<style>
a { background-color: #B5C11E; }
a { background-color: rgb(181,193,30); }
div.DivClassName
{
background-color: #B5C11E;
}
.BgClassName
{
background-color: #B5C11E;
}
</style>
border-color css
<style>
span { border-color: #B5C11E; }
span { border-color: rgb(181,193,30); }
td.TdClassName
{
border-color: #B5C11E;
}
.TagClassName
{
border-color: #B5C11E;
}
</style>