#B9C6A6

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

Shades of Pale Leaf #B9C6A6

Tints of Pale Leaf #B9C6A6

Color information

#B9C6A6 (or 0xB9C6A6) is unknown color: approx Pale Leaf. HEX triplet: B9, C6 and A6. RGB value is (185,198,166). Sum of RGB (Red+Green+Blue) = 185+198+166=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C6A6 is #463959. Grayscale: #BEBEBE. Windows color (decimal): -4602202 or 10929849. OLE color: 10929849.

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

Color convert

RGB185198166-
CMYK0.0700.160.22
HSL84.37º21.92%71.37%-
HSV(B)84.37º16.16%77.65%-
XYZ47.0853.4643.91-
YUV190.46114.19124.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 166 (65.23% from 255) = 30.24%
R=33.70%
G=36.07%
B=30.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981660.0700.160.2284.3721.9271.37
HexB9C6A6701016541647
Octal27130624670202612426107
Binary101110011100011010100110111010000101101010100101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6A6; }

 p { color: rgb(185,198,166); }

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

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

 a { background-color: rgb(185,198,166); }

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

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

 span { border-color: rgb(185,198,166); }

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