#B1C9B7

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

Shades of Gum Leaf #B1C9B7

Tints of Gum Leaf #B1C9B7

Color information

#B1C9B7 (or 0xB1C9B7) is unknown color: approx Gum Leaf. HEX triplet: B1, C9 and B7. RGB value is (177,201,183). Sum of RGB (Red+Green+Blue) = 177+201+183=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9B7 is #4E3648. Grayscale: #BFBFBF. Windows color (decimal): -5125705 or 12044721. OLE color: 12044721.

HSL color Cylindrical-coordinate representation of color #B1C9B7: hue angle of 135º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C9B7 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB177201183-
CMYK0.1200.090.21
HSL135º18.18%74.12%-
HSV(B)135º11.94%78.82%-
XYZ47.5754.5452.82-
YUV191.77123.05117.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=31.55%
G=35.83%
B=32.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772011830.1200.090.2113518.1874.12
HexB1C9B7C091587124a
Octal261311267140112520722112
Binary1011000111001001101101111100010011010110000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C9B7; }

 p { color: rgb(177,201,183); }

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

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

 a { background-color: rgb(177,201,183); }

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

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

 span { border-color: rgb(177,201,183); }

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