Shades of Rio Grande #B5C91E
Tints of Rio Grande #B5C91E
RGB
CMYK
RGB Variations
Color information
#B5C91E (or 0xB5C91E) is known color: Rio Grande. HEX triplet: B5, C9 and 1E. RGB value is (181,201,30). Sum of RGB (Red+Green+Blue) = 181+201+30=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C91E is #4A36E1. Grayscale: #B0B0B0. Windows color (decimal): -4863714 or 2017717. OLE color: 2017717.
HSL color Cylindrical-coordinate representation of color #B5C91E: hue angle of 67.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5C91E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 30 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.21 |
| HSL | 67.02º | 0.74% | 0.45% | - |
| HSV(B) | 67.02º | 0.85% | 0.79% | - |
| XYZ | 40.18 | 51.69 | 9.09 | - |
| YUV | 175.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 30 | 0.10 | 0 | 0.85 | 0.21 | 67.02 | 0.74 | 0.45 |
| Hex | B5 | C9 | 1E | A | 0 | 55 | 15 | 43 | 4A | 2D |
| Octal | 265 | 311 | 36 | 12 | 0 | 125 | 25 | 103 | 112 | 55 |
| Binary | 10110101 | 11001001 | 11110 | 1010 | 0 | 1010101 | 10101 | 1000011 | 1001010 | 101101 |
Color Harmonies of #B5C91E
Complementary color
Monochromatic Colors of #B5C91E
Black with #B5C91E
Text Example
Text Example
White with #B5C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C91E; }
p { color: rgb(181,201,30); }
H1.HeaderClassName
{
color: #B5C91E;
}
.AnyTagClassName
{
color: #B5C91E;
}
</style>
background-color css
<style>
a { background-color: #B5C91E; }
a { background-color: rgb(181,201,30); }
div.DivClassName
{
background-color: #B5C91E;
}
.BgClassName
{
background-color: #B5C91E;
}
</style>
border-color css
<style>
span { border-color: #B5C91E; }
span { border-color: rgb(181,201,30); }
td.TdClassName
{
border-color: #B5C91E;
}
.TagClassName
{
border-color: #B5C91E;
}
</style>