#C6D7AC

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

Shades of Pale Leaf #C6D7AC

Tints of Pale Leaf #C6D7AC

Color information

#C6D7AC (or 0xC6D7AC) is unknown color: approx Pale Leaf. HEX triplet: C6, D7 and AC. RGB value is (198,215,172). Sum of RGB (Red+Green+Blue) = 198+215+172=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D7AC is #392853. Grayscale: #CDCDCD. Windows color (decimal): -3745876 or 11327430. OLE color: 11327430.

HSL color Cylindrical-coordinate representation of color #C6D7AC: hue angle of 83.72º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6D7AC is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB198215172-
CMYK0.0800.20.16
HSL83.72º34.96%75.88%-
HSV(B)83.72º20%84.31%-
XYZ55.0463.5948.4-
YUV205.02109.37123-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=33.85%
G=36.75%
B=29.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982151720.0800.20.1683.7234.9675.88
HexC6D7AC80141054234c
Octal306327254100242012443114
Binary11000110110101111010110010000101001000010101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7AC; }

 p { color: rgb(198,215,172); }

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

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

 a { background-color: rgb(198,215,172); }

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

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

 span { border-color: rgb(198,215,172); }

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