Shades of Gum Leaf #B3C5B8
Tints of Gum Leaf #B3C5B8
RGB
CMYK
RGB Variations
Color information
#B3C5B8 (or 0xB3C5B8) is known color: Gum Leaf. HEX triplet: B3, C5 and B8. RGB value is (179,197,184). Sum of RGB (Red+Green+Blue) = 179+197+184=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5B8 is #4C3A47. Grayscale: #BEBEBE. Windows color (decimal): -4995656 or 12109235. OLE color: 12109235.
HSL color Cylindrical-coordinate representation of color #B3C5B8: hue angle of 136.67º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C5B8 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 184 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.23 |
| HSL | 136.67º | 0.13% | 0.74% | - |
| HSV(B) | 136.67º | 0.09% | 0.77% | - |
| XYZ | 47.21 | 52.98 | 53.08 | - |
| YUV | 190.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 184 | 0.09 | 0 | 0.07 | 0.23 | 136.67 | 0.13 | 0.74 |
| Hex | B3 | C5 | B8 | 9 | 0 | 7 | 17 | 89 | D | 4A |
| Octal | 263 | 305 | 270 | 11 | 0 | 7 | 27 | 211 | 15 | 112 |
| Binary | 10110011 | 11000101 | 10111000 | 1001 | 0 | 111 | 10111 | 10001001 | 1101 | 1001010 |
Color Harmonies of #B3C5B8
Complementary color
Monochromatic Colors of #B3C5B8
Black with #B3C5B8
Text Example
Text Example
White with #B3C5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5B8; }
p { color: rgb(179,197,184); }
H1.HeaderClassName
{
color: #B3C5B8;
}
.AnyTagClassName
{
color: #B3C5B8;
}
</style>
background-color css
<style>
a { background-color: #B3C5B8; }
a { background-color: rgb(179,197,184); }
div.DivClassName
{
background-color: #B3C5B8;
}
.BgClassName
{
background-color: #B3C5B8;
}
</style>
border-color css
<style>
span { border-color: #B3C5B8; }
span { border-color: rgb(179,197,184); }
td.TdClassName
{
border-color: #B3C5B8;
}
.TagClassName
{
border-color: #B3C5B8;
}
</style>