Shades of Gum Leaf #B5C7B7
Tints of Gum Leaf #B5C7B7
RGB
CMYK
RGB Variations
Color information
#B5C7B7 (or 0xB5C7B7) is known color: Gum Leaf. HEX triplet: B5, C7 and B7. RGB value is (181,199,183). Sum of RGB (Red+Green+Blue) = 181+199+183=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7B7 is #4A3848. Grayscale: #BFBFBF. Windows color (decimal): -4864073 or 12044213. OLE color: 12044213.
HSL color Cylindrical-coordinate representation of color #B5C7B7: hue angle of 126.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5C7B7 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 199 | 183 | - |
CMYK | 0.09 | 0 | 0.08 | 0.22 |
HSL | 126.67º | 0.14% | 0.75% | - |
HSV(B) | 126.67º | 0.09% | 0.78% | - |
XYZ | 48.03 | 54.09 | 52.71 | - |
YUV | 191.79 | 123.04 | 120.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 199 | 183 | 0.09 | 0 | 0.08 | 0.22 | 126.67 | 0.14 | 0.75 |
Hex | B5 | C7 | B7 | 9 | 0 | 8 | 16 | 7F | E | 4B |
Octal | 265 | 307 | 267 | 11 | 0 | 10 | 26 | 177 | 16 | 113 |
Binary | 10110101 | 11000111 | 10110111 | 1001 | 0 | 1000 | 10110 | 1111111 | 1110 | 1001011 |
Color Harmonies of #B5C7B7
Complementary color
Monochromatic Colors of #B5C7B7
Black with #B5C7B7
Text Example
Text Example
White with #B5C7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7B7; }
p { color: rgb(181,199,183); }
H1.HeaderClassName
{
color: #B5C7B7;
}
.AnyTagClassName
{
color: #B5C7B7;
}
</style>
background-color css
<style>
a { background-color: #B5C7B7; }
a { background-color: rgb(181,199,183); }
div.DivClassName
{
background-color: #B5C7B7;
}
.BgClassName
{
background-color: #B5C7B7;
}
</style>
border-color css
<style>
span { border-color: #B5C7B7; }
span { border-color: rgb(181,199,183); }
td.TdClassName
{
border-color: #B5C7B7;
}
.TagClassName
{
border-color: #B5C7B7;
}
</style>