#B0B9B1

Color #B0B9B1 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B0B9B1

Tints of Gum Leaf #B0B9B1

Color information

#B0B9B1 (or 0xB0B9B1) is unknown color: approx Gum Leaf. HEX triplet: B0, B9 and B1. RGB value is (176,185,177). Sum of RGB (Red+Green+Blue) = 176+185+177=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B9B1 is #4F464E. Grayscale: #B5B5B5. Windows color (decimal): -5195343 or 11647408. OLE color: 11647408.

HSL color Cylindrical-coordinate representation of color #B0B9B1: hue angle of 126.67º 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 #B0B9B1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB176185177-
CMYK0.0500.040.27
HSL126.67º6.04%70.78%-
HSV(B)126.67º4.86%72.55%-
XYZ43.1947.148.41-
YUV181.4125.52124.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=32.71%
G=34.39%
B=32.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851770.0500.040.27126.676.0470.78
HexB0B9B15041B7f647
Octal260271261504331776107
Binary10110000101110011011000110101001101111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B9B1; }

 p { color: rgb(176,185,177); }

 H1.HeaderClassName
 {
   color: #B0B9B1;
 }
 .AnyTagClassName
 {
   color: #B0B9B1;
 }
</style>
background-color css

<style>
 a { background-color: #B0B9B1; }

 a { background-color: rgb(176,185,177); }

 div.DivClassName
 {
   background-color: #B0B9B1;
 }
 .BgClassName
 {
   background-color: #B0B9B1;
 }
</style>
border-color css

<style>
 span { border-color: #B0B9B1; }

 span { border-color: rgb(176,185,177); }

 td.TdClassName
 {
   border-color: #B0B9B1;
 }
 .TagClassName
 {
   border-color: #B0B9B1;
 }
</style>