#B3C8B7

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

Shades of Gum Leaf #B3C8B7

Tints of Gum Leaf #B3C8B7

Color information

#B3C8B7 (or 0xB3C8B7) is unknown color: approx Gum Leaf. HEX triplet: B3, C8 and B7. RGB value is (179,200,183). Sum of RGB (Red+Green+Blue) = 179+200+183=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8B7 is #4C3748. Grayscale: #BFBFBF. Windows color (decimal): -4994889 or 12044467. OLE color: 12044467.

HSL color Cylindrical-coordinate representation of color #B3C8B7: hue angle of 131.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C8B7 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB179200183-
CMYK0.1000.080.22
HSL131.43º16.03%74.31%-
HSV(B)131.43º10.5%78.43%-
XYZ47.7954.3152.76-
YUV191.78123.04118.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=31.85%
G=35.59%
B=32.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001830.1000.080.22131.4316.0374.31
HexB3C8B7A081683104a
Octal263310267120102620320112
Binary1011001111001000101101111010010001011010000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C8B7; }

 p { color: rgb(179,200,183); }

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

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

 a { background-color: rgb(179,200,183); }

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

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

 span { border-color: rgb(179,200,183); }

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