Shades of Gum Leaf #B0C5B4
Tints of Gum Leaf #B0C5B4
RGB
CMYK
RGB Variations
Color information
#B0C5B4 (or 0xB0C5B4) is known color: Gum Leaf. HEX triplet: B0, C5 and B4. RGB value is (176,197,180). Sum of RGB (Red+Green+Blue) = 176+197+180=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5B4 is #4F3A4B. Grayscale: #BCBCBC. Windows color (decimal): -5192268 or 11847088. OLE color: 11847088.
HSL color Cylindrical-coordinate representation of color #B0C5B4: hue angle of 131.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5B4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 180 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.23 |
| HSL | 131.43º | 0.15% | 0.73% | - |
| HSV(B) | 131.43º | 0.11% | 0.77% | - |
| XYZ | 46.11 | 52.46 | 50.88 | - |
| YUV | 188.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 180 | 0.11 | 0 | 0.09 | 0.23 | 131.43 | 0.15 | 0.73 |
| Hex | B0 | C5 | B4 | B | 0 | 9 | 17 | 83 | F | 49 |
| Octal | 260 | 305 | 264 | 13 | 0 | 11 | 27 | 203 | 17 | 111 |
| Binary | 10110000 | 11000101 | 10110100 | 1011 | 0 | 1001 | 10111 | 10000011 | 1111 | 1001001 |
Color Harmonies of #B0C5B4
Complementary color
Monochromatic Colors of #B0C5B4
Black with #B0C5B4
Text Example
Text Example
White with #B0C5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5B4; }
p { color: rgb(176,197,180); }
H1.HeaderClassName
{
color: #B0C5B4;
}
.AnyTagClassName
{
color: #B0C5B4;
}
</style>
background-color css
<style>
a { background-color: #B0C5B4; }
a { background-color: rgb(176,197,180); }
div.DivClassName
{
background-color: #B0C5B4;
}
.BgClassName
{
background-color: #B0C5B4;
}
</style>
border-color css
<style>
span { border-color: #B0C5B4; }
span { border-color: rgb(176,197,180); }
td.TdClassName
{
border-color: #B0C5B4;
}
.TagClassName
{
border-color: #B0C5B4;
}
</style>