Shades of Rio Grande #B2C120
Tints of Rio Grande #B2C120
RGB
CMYK
RGB Variations
Color information
#B2C120 (or 0xB2C120) is known color: Rio Grande. HEX triplet: B2, C1 and 20. RGB value is (178,193,32). Sum of RGB (Red+Green+Blue) = 178+193+32=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C120 is #4D3EDF. Grayscale: #AAAAAA. Windows color (decimal): -5062368 or 2146738. OLE color: 2146738.
HSL color Cylindrical-coordinate representation of color #B2C120: hue angle of 65.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2C120 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 32 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.24 |
| HSL | 65.59º | 0.72% | 0.44% | - |
| HSV(B) | 65.59º | 0.83% | 0.76% | - |
| XYZ | 37.69 | 47.71 | 8.59 | - |
| YUV | 170.16 | 50.03 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 32 | 0.08 | 0 | 0.83 | 0.24 | 65.59 | 0.72 | 0.44 |
| Hex | B2 | C1 | 20 | 8 | 0 | 53 | 18 | 42 | 48 | 2C |
| Octal | 262 | 301 | 40 | 10 | 0 | 123 | 30 | 102 | 110 | 54 |
| Binary | 10110010 | 11000001 | 100000 | 1000 | 0 | 1010011 | 11000 | 1000010 | 1001000 | 101100 |
Color Harmonies of #B2C120
Complementary color
Monochromatic Colors of #B2C120
Black with #B2C120
Text Example
Text Example
White with #B2C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C120; }
p { color: rgb(178,193,32); }
H1.HeaderClassName
{
color: #B2C120;
}
.AnyTagClassName
{
color: #B2C120;
}
</style>
background-color css
<style>
a { background-color: #B2C120; }
a { background-color: rgb(178,193,32); }
div.DivClassName
{
background-color: #B2C120;
}
.BgClassName
{
background-color: #B2C120;
}
</style>
border-color css
<style>
span { border-color: #B2C120; }
span { border-color: rgb(178,193,32); }
td.TdClassName
{
border-color: #B2C120;
}
.TagClassName
{
border-color: #B2C120;
}
</style>