Shades of Rio Grande #B5C21E
Tints of Rio Grande #B5C21E
RGB
CMYK
RGB Variations
Color information
#B5C21E (or 0xB5C21E) is known color: Rio Grande. HEX triplet: B5, C2 and 1E. RGB value is (181,194,30). Sum of RGB (Red+Green+Blue) = 181+194+30=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C21E is #4A3DE1. Grayscale: #ACACAC. Windows color (decimal): -4865506 or 2015925. OLE color: 2015925.
HSL color Cylindrical-coordinate representation of color #B5C21E: hue angle of 64.76º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5C21E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 30 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.24 |
| HSL | 64.76º | 0.73% | 0.44% | - |
| HSV(B) | 64.76º | 0.85% | 0.76% | - |
| XYZ | 38.58 | 48.5 | 8.56 | - |
| YUV | 171.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 30 | 0.07 | 0 | 0.85 | 0.24 | 64.76 | 0.73 | 0.44 |
| Hex | B5 | C2 | 1E | 7 | 0 | 55 | 18 | 41 | 49 | 2C |
| Octal | 265 | 302 | 36 | 7 | 0 | 125 | 30 | 101 | 111 | 54 |
| Binary | 10110101 | 11000010 | 11110 | 111 | 0 | 1010101 | 11000 | 1000001 | 1001001 | 101100 |
Color Harmonies of #B5C21E
Complementary color
Monochromatic Colors of #B5C21E
Black with #B5C21E
Text Example
Text Example
White with #B5C21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C21E; }
p { color: rgb(181,194,30); }
H1.HeaderClassName
{
color: #B5C21E;
}
.AnyTagClassName
{
color: #B5C21E;
}
</style>
background-color css
<style>
a { background-color: #B5C21E; }
a { background-color: rgb(181,194,30); }
div.DivClassName
{
background-color: #B5C21E;
}
.BgClassName
{
background-color: #B5C21E;
}
</style>
border-color css
<style>
span { border-color: #B5C21E; }
span { border-color: rgb(181,194,30); }
td.TdClassName
{
border-color: #B5C21E;
}
.TagClassName
{
border-color: #B5C21E;
}
</style>