#C2CE9E

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

Shades of Pale Leaf #C2CE9E

Tints of Pale Leaf #C2CE9E

Color information

#C2CE9E (or 0xC2CE9E) is unknown color: approx Pale Leaf. HEX triplet: C2, CE and 9E. RGB value is (194,206,158). Sum of RGB (Red+Green+Blue) = 194+206+158=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE9E is #3D3161. Grayscale: #C5C5C5. Windows color (decimal): -4010338 or 10407618. OLE color: 10407618.

HSL color Cylindrical-coordinate representation of color #C2CE9E: hue angle of 75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CE9E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB194206158-
CMYK0.0600.230.19
HSL75º32.88%71.37%-
HSV(B)75º23.3%80.78%-
XYZ50.4958.0840.9-
YUV196.94106.02125.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=34.77%
G=36.92%
B=28.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061580.0600.230.197532.8871.37
HexC2CE9E6017134b2147
Octal30231623660272311341107
Binary1100001011001110100111101100101111001110010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CE9E; }

 p { color: rgb(194,206,158); }

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

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

 a { background-color: rgb(194,206,158); }

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

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

 span { border-color: rgb(194,206,158); }

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