Shades of Rio Grande #B5C222
Tints of Rio Grande #B5C222
RGB
CMYK
RGB Variations
Color information
#B5C222 (or 0xB5C222) is known color: Rio Grande. HEX triplet: B5, C2 and 22. RGB value is (181,194,34). Sum of RGB (Red+Green+Blue) = 181+194+34=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C222 is #4A3DDD. Grayscale: #ACACAC. Windows color (decimal): -4865502 or 2278069. OLE color: 2278069.
HSL color Cylindrical-coordinate representation of color #B5C222: hue angle of 64.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5C222 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 34 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.24 |
| HSL | 64.88º | 0.7% | 0.45% | - |
| HSV(B) | 64.88º | 0.82% | 0.76% | - |
| XYZ | 38.64 | 48.52 | 8.84 | - |
| YUV | 171.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 34 | 0.07 | 0 | 0.82 | 0.24 | 64.88 | 0.7 | 0.45 |
| Hex | B5 | C2 | 22 | 7 | 0 | 52 | 18 | 41 | 46 | 2D |
| Octal | 265 | 302 | 42 | 7 | 0 | 122 | 30 | 101 | 106 | 55 |
| Binary | 10110101 | 11000010 | 100010 | 111 | 0 | 1010010 | 11000 | 1000001 | 1000110 | 101101 |
Color Harmonies of #B5C222
Complementary color
Monochromatic Colors of #B5C222
Black with #B5C222
Text Example
Text Example
White with #B5C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C222; }
p { color: rgb(181,194,34); }
H1.HeaderClassName
{
color: #B5C222;
}
.AnyTagClassName
{
color: #B5C222;
}
</style>
background-color css
<style>
a { background-color: #B5C222; }
a { background-color: rgb(181,194,34); }
div.DivClassName
{
background-color: #B5C222;
}
.BgClassName
{
background-color: #B5C222;
}
</style>
border-color css
<style>
span { border-color: #B5C222; }
span { border-color: rgb(181,194,34); }
td.TdClassName
{
border-color: #B5C222;
}
.TagClassName
{
border-color: #B5C222;
}
</style>