Shades of Rio Grande #B2C214
Tints of Rio Grande #B2C214
RGB
CMYK
RGB Variations
Color information
#B2C214 (or 0xB2C214) is known color: Rio Grande. HEX triplet: B2, C2 and 14. RGB value is (178,194,20). Sum of RGB (Red+Green+Blue) = 178+194+20=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C214 is #4D3DEB. Grayscale: #AAAAAA. Windows color (decimal): -5062124 or 1360562. OLE color: 1360562.
HSL color Cylindrical-coordinate representation of color #B2C214: hue angle of 65.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2C214 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.24 |
| HSL | 65.52º | 0.81% | 0.42% | - |
| HSV(B) | 65.52º | 0.9% | 0.76% | - |
| XYZ | 37.78 | 48.1 | 7.95 | - |
| YUV | 169.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 20 | 0.08 | 0 | 0.90 | 0.24 | 65.52 | 0.81 | 0.42 |
| Hex | B2 | C2 | 14 | 8 | 0 | 5A | 18 | 42 | 51 | 2A |
| Octal | 262 | 302 | 24 | 10 | 0 | 132 | 30 | 102 | 121 | 52 |
| Binary | 10110010 | 11000010 | 10100 | 1000 | 0 | 1011010 | 11000 | 1000010 | 1010001 | 101010 |
Color Harmonies of #B2C214
Complementary color
Monochromatic Colors of #B2C214
Black with #B2C214
Text Example
Text Example
White with #B2C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C214; }
p { color: rgb(178,194,20); }
H1.HeaderClassName
{
color: #B2C214;
}
.AnyTagClassName
{
color: #B2C214;
}
</style>
background-color css
<style>
a { background-color: #B2C214; }
a { background-color: rgb(178,194,20); }
div.DivClassName
{
background-color: #B2C214;
}
.BgClassName
{
background-color: #B2C214;
}
</style>
border-color css
<style>
span { border-color: #B2C214; }
span { border-color: rgb(178,194,20); }
td.TdClassName
{
border-color: #B2C214;
}
.TagClassName
{
border-color: #B2C214;
}
</style>