#C6D19E

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

Shades of Pale Leaf #C6D19E

Tints of Pale Leaf #C6D19E

Color information

#C6D19E (or 0xC6D19E) is unknown color: approx Pale Leaf. HEX triplet: C6, D1 and 9E. RGB value is (198,209,158). Sum of RGB (Red+Green+Blue) = 198+209+158=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D19E is #392E61. Grayscale: #C8C8C8. Windows color (decimal): -3747426 or 10408390. OLE color: 10408390.

HSL color Cylindrical-coordinate representation of color #C6D19E: hue angle of 72.94º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6D19E is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB198209158-
CMYK0.0500.240.18
HSL72.94º35.66%71.96%-
HSV(B)72.94º24.4%81.96%-
XYZ52.2660.0841.19-
YUV199.9104.36126.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=35.04%
G=36.99%
B=27.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982091580.0500.240.1872.9435.6671.96
HexC6D19E501812492448
Octal30632123650302211144110
Binary1100011011010001100111101010110001001010010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D19E; }

 p { color: rgb(198,209,158); }

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

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

 a { background-color: rgb(198,209,158); }

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

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

 span { border-color: rgb(198,209,158); }

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