Shades of Rio Grande #B3C82C
Tints of Rio Grande #B3C82C
RGB
CMYK
RGB Variations
Color information
#B3C82C (or 0xB3C82C) is known color: Rio Grande. HEX triplet: B3, C8 and 2C. RGB value is (179,200,44). Sum of RGB (Red+Green+Blue) = 179+200+44=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C82C is #4C37D3. Grayscale: #B0B0B0. Windows color (decimal): -4995028 or 2934963. OLE color: 2934963.
HSL color Cylindrical-coordinate representation of color #B3C82C: hue angle of 68.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3C82C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 44 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.22 |
| HSL | 68.08º | 0.64% | 0.48% | - |
| HSV(B) | 68.08º | 0.78% | 0.78% | - |
| XYZ | 39.7 | 51.07 | 10.15 | - |
| YUV | 175.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 44 | 0.10 | 0 | 0.78 | 0.22 | 68.08 | 0.64 | 0.48 |
| Hex | B3 | C8 | 2C | A | 0 | 4E | 16 | 44 | 40 | 30 |
| Octal | 263 | 310 | 54 | 12 | 0 | 116 | 26 | 104 | 100 | 60 |
| Binary | 10110011 | 11001000 | 101100 | 1010 | 0 | 1001110 | 10110 | 1000100 | 1000000 | 110000 |
Color Harmonies of #B3C82C
Complementary color
Monochromatic Colors of #B3C82C
Black with #B3C82C
Text Example
Text Example
White with #B3C82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C82C; }
p { color: rgb(179,200,44); }
H1.HeaderClassName
{
color: #B3C82C;
}
.AnyTagClassName
{
color: #B3C82C;
}
</style>
background-color css
<style>
a { background-color: #B3C82C; }
a { background-color: rgb(179,200,44); }
div.DivClassName
{
background-color: #B3C82C;
}
.BgClassName
{
background-color: #B3C82C;
}
</style>
border-color css
<style>
span { border-color: #B3C82C; }
span { border-color: rgb(179,200,44); }
td.TdClassName
{
border-color: #B3C82C;
}
.TagClassName
{
border-color: #B3C82C;
}
</style>