Shades of Gum Leaf #B3C7B7
Tints of Gum Leaf #B3C7B7
RGB
CMYK
RGB Variations
Color information
#B3C7B7 (or 0xB3C7B7) is known color: Gum Leaf. HEX triplet: B3, C7 and B7. RGB value is (179,199,183). Sum of RGB (Red+Green+Blue) = 179+199+183=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7B7 is #4C3848. Grayscale: #BFBFBF. Windows color (decimal): -4995145 or 12044211. OLE color: 12044211.
HSL color Cylindrical-coordinate representation of color #B3C7B7: hue angle of 132º 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 #B3C7B7 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 183 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.22 |
| HSL | 132º | 0.15% | 0.74% | - |
| HSV(B) | 132º | 0.1% | 0.78% | - |
| XYZ | 47.56 | 53.85 | 52.69 | - |
| YUV | 191.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 183 | 0.10 | 0 | 0.08 | 0.22 | 132 | 0.15 | 0.74 |
| Hex | B3 | C7 | B7 | A | 0 | 8 | 16 | 84 | F | 4A |
| Octal | 263 | 307 | 267 | 12 | 0 | 10 | 26 | 204 | 17 | 112 |
| Binary | 10110011 | 11000111 | 10110111 | 1010 | 0 | 1000 | 10110 | 10000100 | 1111 | 1001010 |
Color Harmonies of #B3C7B7
Complementary color
Monochromatic Colors of #B3C7B7
Black with #B3C7B7
Text Example
Text Example
White with #B3C7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7B7; }
p { color: rgb(179,199,183); }
H1.HeaderClassName
{
color: #B3C7B7;
}
.AnyTagClassName
{
color: #B3C7B7;
}
</style>
background-color css
<style>
a { background-color: #B3C7B7; }
a { background-color: rgb(179,199,183); }
div.DivClassName
{
background-color: #B3C7B7;
}
.BgClassName
{
background-color: #B3C7B7;
}
</style>
border-color css
<style>
span { border-color: #B3C7B7; }
span { border-color: rgb(179,199,183); }
td.TdClassName
{
border-color: #B3C7B7;
}
.TagClassName
{
border-color: #B3C7B7;
}
</style>