Shades of Rio Grande #B5C22C
Tints of Rio Grande #B5C22C
RGB
CMYK
RGB Variations
Color information
#B5C22C (or 0xB5C22C) is known color: Rio Grande. HEX triplet: B5, C2 and 2C. RGB value is (181,194,44). Sum of RGB (Red+Green+Blue) = 181+194+44=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C22C is #4A3DD3. Grayscale: #ADADAD. Windows color (decimal): -4865492 or 2933429. OLE color: 2933429.
HSL color Cylindrical-coordinate representation of color #B5C22C: hue angle of 65.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5C22C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 44 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.24 |
| HSL | 65.2º | 0.63% | 0.47% | - |
| HSV(B) | 65.2º | 0.77% | 0.76% | - |
| XYZ | 38.8 | 48.59 | 9.72 | - |
| YUV | 173.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 44 | 0.07 | 0 | 0.77 | 0.24 | 65.2 | 0.63 | 0.47 |
| Hex | B5 | C2 | 2C | 7 | 0 | 4D | 18 | 41 | 3F | 2F |
| Octal | 265 | 302 | 54 | 7 | 0 | 115 | 30 | 101 | 77 | 57 |
| Binary | 10110101 | 11000010 | 101100 | 111 | 0 | 1001101 | 11000 | 1000001 | 111111 | 101111 |
Color Harmonies of #B5C22C
Complementary color
Monochromatic Colors of #B5C22C
Black with #B5C22C
Text Example
Text Example
White with #B5C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C22C; }
p { color: rgb(181,194,44); }
H1.HeaderClassName
{
color: #B5C22C;
}
.AnyTagClassName
{
color: #B5C22C;
}
</style>
background-color css
<style>
a { background-color: #B5C22C; }
a { background-color: rgb(181,194,44); }
div.DivClassName
{
background-color: #B5C22C;
}
.BgClassName
{
background-color: #B5C22C;
}
</style>
border-color css
<style>
span { border-color: #B5C22C; }
span { border-color: rgb(181,194,44); }
td.TdClassName
{
border-color: #B5C22C;
}
.TagClassName
{
border-color: #B5C22C;
}
</style>