Shades of Rio Grande #B3C222
Tints of Rio Grande #B3C222
RGB
CMYK
RGB Variations
Color information
#B3C222 (or 0xB3C222) is known color: Rio Grande. HEX triplet: B3, C2 and 22. RGB value is (179,194,34). Sum of RGB (Red+Green+Blue) = 179+194+34=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C222 is #4C3DDD. Grayscale: #ABABAB. Windows color (decimal): -4996574 or 2278067. OLE color: 2278067.
HSL color Cylindrical-coordinate representation of color #B3C222: hue angle of 65.62º 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 #B3C222 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 34 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.24 |
| HSL | 65.63º | 0.7% | 0.45% | - |
| HSV(B) | 65.63º | 0.82% | 0.76% | - |
| XYZ | 38.17 | 48.28 | 8.82 | - |
| YUV | 171.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 34 | 0.08 | 0 | 0.82 | 0.24 | 65.63 | 0.7 | 0.45 |
| Hex | B3 | C2 | 22 | 8 | 0 | 52 | 18 | 42 | 46 | 2D |
| Octal | 263 | 302 | 42 | 10 | 0 | 122 | 30 | 102 | 106 | 55 |
| Binary | 10110011 | 11000010 | 100010 | 1000 | 0 | 1010010 | 11000 | 1000010 | 1000110 | 101101 |
Color Harmonies of #B3C222
Complementary color
Monochromatic Colors of #B3C222
Black with #B3C222
Text Example
Text Example
White with #B3C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C222; }
p { color: rgb(179,194,34); }
H1.HeaderClassName
{
color: #B3C222;
}
.AnyTagClassName
{
color: #B3C222;
}
</style>
background-color css
<style>
a { background-color: #B3C222; }
a { background-color: rgb(179,194,34); }
div.DivClassName
{
background-color: #B3C222;
}
.BgClassName
{
background-color: #B3C222;
}
</style>
border-color css
<style>
span { border-color: #B3C222; }
span { border-color: rgb(179,194,34); }
td.TdClassName
{
border-color: #B3C222;
}
.TagClassName
{
border-color: #B3C222;
}
</style>