#B6C4B9

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

Shades of Gum Leaf #B6C4B9

Tints of Gum Leaf #B6C4B9

Color information

#B6C4B9 (or 0xB6C4B9) is unknown color: approx Gum Leaf. HEX triplet: B6, C4 and B9. RGB value is (182,196,185). Sum of RGB (Red+Green+Blue) = 182+196+185=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C4B9 is #493B46. Grayscale: #BEBEBE. Windows color (decimal): -4799303 or 12174518. OLE color: 12174518.

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

Color convert

RGB182196185-
CMYK0.0700.060.23
HSL132.86º10.61%74.12%-
HSV(B)132.86º7.14%76.86%-
XYZ47.7952.9353.6-
YUV190.56124.86121.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=32.33%
G=34.81%
B=32.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961850.0700.060.23132.8610.6174.12
HexB6C4B97061785b4a
Octal2663042717062720513112
Binary1011011011000100101110011110110101111000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C4B9; }

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

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

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

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

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

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

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

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