Shades of Rio Grande #B2C221
Tints of Rio Grande #B2C221
RGB
CMYK
RGB Variations
Color information
#B2C221 (or 0xB2C221) is known color: Rio Grande. HEX triplet: B2, C2 and 21. RGB value is (178,194,33). Sum of RGB (Red+Green+Blue) = 178+194+33=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C221 is #4D3DDE. Grayscale: #ABABAB. Windows color (decimal): -5062111 or 2212530. OLE color: 2212530.
HSL color Cylindrical-coordinate representation of color #B2C221: hue angle of 65.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2C221 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 33 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.24 |
| HSL | 65.96º | 0.71% | 0.45% | - |
| HSV(B) | 65.96º | 0.83% | 0.76% | - |
| XYZ | 37.93 | 48.16 | 8.74 | - |
| YUV | 170.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 33 | 0.08 | 0 | 0.83 | 0.24 | 65.96 | 0.71 | 0.45 |
| Hex | B2 | C2 | 21 | 8 | 0 | 53 | 18 | 42 | 47 | 2D |
| Octal | 262 | 302 | 41 | 10 | 0 | 123 | 30 | 102 | 107 | 55 |
| Binary | 10110010 | 11000010 | 100001 | 1000 | 0 | 1010011 | 11000 | 1000010 | 1000111 | 101101 |
Color Harmonies of #B2C221
Complementary color
Monochromatic Colors of #B2C221
Black with #B2C221
Text Example
Text Example
White with #B2C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C221; }
p { color: rgb(178,194,33); }
H1.HeaderClassName
{
color: #B2C221;
}
.AnyTagClassName
{
color: #B2C221;
}
</style>
background-color css
<style>
a { background-color: #B2C221; }
a { background-color: rgb(178,194,33); }
div.DivClassName
{
background-color: #B2C221;
}
.BgClassName
{
background-color: #B2C221;
}
</style>
border-color css
<style>
span { border-color: #B2C221; }
span { border-color: rgb(178,194,33); }
td.TdClassName
{
border-color: #B2C221;
}
.TagClassName
{
border-color: #B2C221;
}
</style>