#C6D39D

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

Shades of Pale Leaf #C6D39D

Tints of Pale Leaf #C6D39D

Color information

#C6D39D (or 0xC6D39D) is unknown color: approx Pale Leaf. HEX triplet: C6, D3 and 9D. RGB value is (198,211,157). Sum of RGB (Red+Green+Blue) = 198+211+157=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D39D is #392C62. Grayscale: #C9C9C9. Windows color (decimal): -3746915 or 10343366. OLE color: 10343366.

HSL color Cylindrical-coordinate representation of color #C6D39D: hue angle of 74.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6D39D is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB198211157-
CMYK0.0600.260.17
HSL74.44º38.03%72.16%-
HSV(B)74.44º25.59%82.75%-
XYZ52.6761.0340.9-
YUV200.96103.19125.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 157 (61.72% from 255) = 27.74%
R=34.98%
G=37.28%
B=27.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982111570.0600.260.1774.4438.0372.16
HexC6D39D601A114a2648
Octal30632323560322111246110
Binary1100011011010011100111011100110101000110010101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D39D; }

 p { color: rgb(198,211,157); }

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

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

 a { background-color: rgb(198,211,157); }

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

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

 span { border-color: rgb(198,211,157); }

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