Shades of Gum Leaf #B0B9B2
Tints of Gum Leaf #B0B9B2
RGB
CMYK
RGB Variations
Color information
#B0B9B2 (or 0xB0B9B2) is known color: Gum Leaf. HEX triplet: B0, B9 and B2. RGB value is (176,185,178). Sum of RGB (Red+Green+Blue) = 176+185+178=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B9B2 is #4F464D. Grayscale: #B5B5B5. Windows color (decimal): -5195342 or 11712944. OLE color: 11712944.
HSL color Cylindrical-coordinate representation of color #B0B9B2: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0B9B2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 178 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.27 |
| HSL | 133.33º | 0.06% | 0.71% | - |
| HSV(B) | 133.33º | 0.05% | 0.73% | - |
| XYZ | 43.29 | 47.14 | 48.94 | - |
| YUV | 181.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 178 | 0.05 | 0 | 0.04 | 0.27 | 133.33 | 0.06 | 0.71 |
| Hex | B0 | B9 | B2 | 5 | 0 | 4 | 1B | 85 | 6 | 47 |
| Octal | 260 | 271 | 262 | 5 | 0 | 4 | 33 | 205 | 6 | 107 |
| Binary | 10110000 | 10111001 | 10110010 | 101 | 0 | 100 | 11011 | 10000101 | 110 | 1000111 |
Color Harmonies of #B0B9B2
Complementary color
Monochromatic Colors of #B0B9B2
Black with #B0B9B2
Text Example
Text Example
White with #B0B9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B9B2; }
p { color: rgb(176,185,178); }
H1.HeaderClassName
{
color: #B0B9B2;
}
.AnyTagClassName
{
color: #B0B9B2;
}
</style>
background-color css
<style>
a { background-color: #B0B9B2; }
a { background-color: rgb(176,185,178); }
div.DivClassName
{
background-color: #B0B9B2;
}
.BgClassName
{
background-color: #B0B9B2;
}
</style>
border-color css
<style>
span { border-color: #B0B9B2; }
span { border-color: rgb(176,185,178); }
td.TdClassName
{
border-color: #B0B9B2;
}
.TagClassName
{
border-color: #B0B9B2;
}
</style>