Shades of Rio Grande #B2C216
Tints of Rio Grande #B2C216
RGB
CMYK
RGB Variations
Color information
#B2C216 (or 0xB2C216) is known color: Rio Grande. HEX triplet: B2, C2 and 16. RGB value is (178,194,22). Sum of RGB (Red+Green+Blue) = 178+194+22=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C216 is #4D3DE9. Grayscale: #AAAAAA. Windows color (decimal): -5062122 or 1491634. OLE color: 1491634.
HSL color Cylindrical-coordinate representation of color #B2C216: hue angle of 65.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2C216 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.24 |
| HSL | 65.58º | 0.8% | 0.42% | - |
| HSV(B) | 65.58º | 0.89% | 0.76% | - |
| XYZ | 37.8 | 48.11 | 8.05 | - |
| YUV | 169.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 22 | 0.08 | 0 | 0.89 | 0.24 | 65.58 | 0.8 | 0.42 |
| Hex | B2 | C2 | 16 | 8 | 0 | 59 | 18 | 42 | 50 | 2A |
| Octal | 262 | 302 | 26 | 10 | 0 | 131 | 30 | 102 | 120 | 52 |
| Binary | 10110010 | 11000010 | 10110 | 1000 | 0 | 1011001 | 11000 | 1000010 | 1010000 | 101010 |
Color Harmonies of #B2C216
Complementary color
Monochromatic Colors of #B2C216
Black with #B2C216
Text Example
Text Example
White with #B2C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C216; }
p { color: rgb(178,194,22); }
H1.HeaderClassName
{
color: #B2C216;
}
.AnyTagClassName
{
color: #B2C216;
}
</style>
background-color css
<style>
a { background-color: #B2C216; }
a { background-color: rgb(178,194,22); }
div.DivClassName
{
background-color: #B2C216;
}
.BgClassName
{
background-color: #B2C216;
}
</style>
border-color css
<style>
span { border-color: #B2C216; }
span { border-color: rgb(178,194,22); }
td.TdClassName
{
border-color: #B2C216;
}
.TagClassName
{
border-color: #B2C216;
}
</style>