Shades of Rio Grande #B5C22A
Tints of Rio Grande #B5C22A
RGB
CMYK
RGB Variations
Color information
#B5C22A (or 0xB5C22A) is known color: Rio Grande. HEX triplet: B5, C2 and 2A. RGB value is (181,194,42). Sum of RGB (Red+Green+Blue) = 181+194+42=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C22A is #4A3DD5. Grayscale: #ADADAD. Windows color (decimal): -4865494 or 2802357. OLE color: 2802357.
HSL color Cylindrical-coordinate representation of color #B5C22A: hue angle of 65.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5C22A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 42 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.24 |
| HSL | 65.13º | 0.64% | 0.46% | - |
| HSV(B) | 65.13º | 0.78% | 0.76% | - |
| XYZ | 38.77 | 48.57 | 9.52 | - |
| YUV | 172.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 42 | 0.07 | 0 | 0.78 | 0.24 | 65.13 | 0.64 | 0.46 |
| Hex | B5 | C2 | 2A | 7 | 0 | 4E | 18 | 41 | 40 | 2E |
| Octal | 265 | 302 | 52 | 7 | 0 | 116 | 30 | 101 | 100 | 56 |
| Binary | 10110101 | 11000010 | 101010 | 111 | 0 | 1001110 | 11000 | 1000001 | 1000000 | 101110 |
Color Harmonies of #B5C22A
Complementary color
Monochromatic Colors of #B5C22A
Black with #B5C22A
Text Example
Text Example
White with #B5C22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C22A; }
p { color: rgb(181,194,42); }
H1.HeaderClassName
{
color: #B5C22A;
}
.AnyTagClassName
{
color: #B5C22A;
}
</style>
background-color css
<style>
a { background-color: #B5C22A; }
a { background-color: rgb(181,194,42); }
div.DivClassName
{
background-color: #B5C22A;
}
.BgClassName
{
background-color: #B5C22A;
}
</style>
border-color css
<style>
span { border-color: #B5C22A; }
span { border-color: rgb(181,194,42); }
td.TdClassName
{
border-color: #B5C22A;
}
.TagClassName
{
border-color: #B5C22A;
}
</style>