#B4C4B6

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

Shades of Gum Leaf #B4C4B6

Tints of Gum Leaf #B4C4B6

Color information

#B4C4B6 (or 0xB4C4B6) is unknown color: approx Gum Leaf. HEX triplet: B4, C4 and B6. RGB value is (180,196,182). Sum of RGB (Red+Green+Blue) = 180+196+182=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C4B6 is #4B3B49. Grayscale: #BDBDBD. Windows color (decimal): -4930378 or 11977908. OLE color: 11977908.

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

Color convert

RGB180196182-
CMYK0.0800.070.23
HSL127.5º11.94%73.73%-
HSV(B)127.5º8.16%76.86%-
XYZ47.0152.5651.92-
YUV189.62123.7121.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=32.26%
G=35.13%
B=32.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801961820.0800.070.23127.511.9473.73
HexB4C4B6807177fc4a
Octal26430426610072717714112
Binary1011010011000100101101101000011110111111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C4B6; }

 p { color: rgb(180,196,182); }

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

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

 a { background-color: rgb(180,196,182); }

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

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

 span { border-color: rgb(180,196,182); }

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