Shades of Rio Grande #B3C120
Tints of Rio Grande #B3C120
RGB
CMYK
RGB Variations
Color information
#B3C120 (or 0xB3C120) is known color: Rio Grande. HEX triplet: B3, C1 and 20. RGB value is (179,193,32). Sum of RGB (Red+Green+Blue) = 179+193+32=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C120 is #4C3EDF. Grayscale: #ABABAB. Windows color (decimal): -4996832 or 2146739. OLE color: 2146739.
HSL color Cylindrical-coordinate representation of color #B3C120: hue angle of 65.22º 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 #B3C120 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 32 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.24 |
| HSL | 65.22º | 0.72% | 0.44% | - |
| HSV(B) | 65.22º | 0.83% | 0.76% | - |
| XYZ | 37.92 | 47.83 | 8.6 | - |
| YUV | 170.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 32 | 0.07 | 0 | 0.83 | 0.24 | 65.22 | 0.72 | 0.44 |
| Hex | B3 | C1 | 20 | 7 | 0 | 53 | 18 | 41 | 48 | 2C |
| Octal | 263 | 301 | 40 | 7 | 0 | 123 | 30 | 101 | 110 | 54 |
| Binary | 10110011 | 11000001 | 100000 | 111 | 0 | 1010011 | 11000 | 1000001 | 1001000 | 101100 |
Color Harmonies of #B3C120
Complementary color
Monochromatic Colors of #B3C120
Black with #B3C120
Text Example
Text Example
White with #B3C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C120; }
p { color: rgb(179,193,32); }
H1.HeaderClassName
{
color: #B3C120;
}
.AnyTagClassName
{
color: #B3C120;
}
</style>
background-color css
<style>
a { background-color: #B3C120; }
a { background-color: rgb(179,193,32); }
div.DivClassName
{
background-color: #B3C120;
}
.BgClassName
{
background-color: #B3C120;
}
</style>
border-color css
<style>
span { border-color: #B3C120; }
span { border-color: rgb(179,193,32); }
td.TdClassName
{
border-color: #B3C120;
}
.TagClassName
{
border-color: #B3C120;
}
</style>