#B3C4B5

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

Shades of Gum Leaf #B3C4B5

Tints of Gum Leaf #B3C4B5

Color information

#B3C4B5 (or 0xB3C4B5) is unknown color: approx Gum Leaf. HEX triplet: B3, C4 and B5. RGB value is (179,196,181). Sum of RGB (Red+Green+Blue) = 179+196+181=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4B5 is #4C3B4A. Grayscale: #BDBDBD. Windows color (decimal): -4995915 or 11912371. OLE color: 11912371.

HSL color Cylindrical-coordinate representation of color #B3C4B5: hue angle of 127.06º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C4B5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB179196181-
CMYK0.0900.080.23
HSL127.06º12.59%73.53%-
HSV(B)127.06º8.67%76.86%-
XYZ46.6752.451.37-
YUV189.21123.37120.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=32.19%
G=35.25%
B=32.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961810.0900.080.23127.0612.5973.53
HexB3C4B5908177fd4a
Octal263304265110102717715112
Binary10110011110001001011010110010100010111111111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C4B5; }

 p { color: rgb(179,196,181); }

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

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

 a { background-color: rgb(179,196,181); }

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

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

 span { border-color: rgb(179,196,181); }

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