Shades of Gum Leaf #B3C7B6
Tints of Gum Leaf #B3C7B6
RGB
CMYK
RGB Variations
Color information
#B3C7B6 (or 0xB3C7B6) is known color: Gum Leaf. HEX triplet: B3, C7 and B6. RGB value is (179,199,182). Sum of RGB (Red+Green+Blue) = 179+199+182=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7B6 is #4C3849. Grayscale: #BFBFBF. Windows color (decimal): -4995146 or 11978675. OLE color: 11978675.
HSL color Cylindrical-coordinate representation of color #B3C7B6: hue angle of 129º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C7B6 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 182 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.22 |
| HSL | 129º | 0.15% | 0.74% | - |
| HSV(B) | 129º | 0.1% | 0.78% | - |
| XYZ | 47.46 | 53.81 | 52.14 | - |
| YUV | 191.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 182 | 0.10 | 0 | 0.09 | 0.22 | 129 | 0.15 | 0.74 |
| Hex | B3 | C7 | B6 | A | 0 | 9 | 16 | 81 | F | 4A |
| Octal | 263 | 307 | 266 | 12 | 0 | 11 | 26 | 201 | 17 | 112 |
| Binary | 10110011 | 11000111 | 10110110 | 1010 | 0 | 1001 | 10110 | 10000001 | 1111 | 1001010 |
Color Harmonies of #B3C7B6
Complementary color
Monochromatic Colors of #B3C7B6
Black with #B3C7B6
Text Example
Text Example
White with #B3C7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7B6; }
p { color: rgb(179,199,182); }
H1.HeaderClassName
{
color: #B3C7B6;
}
.AnyTagClassName
{
color: #B3C7B6;
}
</style>
background-color css
<style>
a { background-color: #B3C7B6; }
a { background-color: rgb(179,199,182); }
div.DivClassName
{
background-color: #B3C7B6;
}
.BgClassName
{
background-color: #B3C7B6;
}
</style>
border-color css
<style>
span { border-color: #B3C7B6; }
span { border-color: rgb(179,199,182); }
td.TdClassName
{
border-color: #B3C7B6;
}
.TagClassName
{
border-color: #B3C7B6;
}
</style>